Tools & Tech
I created a site that delivered a well ordered,
and minimalistic design. I also kept the tools I used to a minimum. The site was styled
using CSS3 and Flexbox. The functionality
was
added using Javascript. All of the forms in Dosxan Digital use
Javascript for client-facing form validation. This site was also
deployed using
Netlify. I really enjoy the process of building a site with no
front-end
frameworks because it helps me to
further cement core fundamental development principles.
javascript, css3, github, netlify
Mobile-First
I begin my development process with a mobile-first approach. I start the design and
development with the smallest screens in mind and then work my way up to
larger
screen sizes.
By giving mobile design
priority, I am ensuring an optimal experience for my clients. A mobile first approach
also helps keep my code organized, and maintainable. Prioritizing smaller screens
forces me to develop core site functionality first.