This is a solution to the Designo agency website challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for each page depending on their device's screen size
- See hover states for all interactive elements throughout the site
- Receive an error message when the contact form is submitted if:
- The
Name,Email AddressorYour Messagefields are empty should show "Can't be empty" - The
Email Addressis not formatted correctly should show "Please use a valid email address"
- The
- Bonus: View actual locations on the locations page maps (we recommend Leaflet JS for this)
This was my first time using Astro, and I really enjoyed it. I also learned how to use Leaflet without helper libraries like React-Leaflet.
I'll keep using astro for websites that don't require a lot of dynamic content, probably try out astro with different frameworks like Solid.JS and Svelte.
- Frontend Mentor - @iankakaruzia