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 Address
orYour Message
fields are empty should show "Can't be empty" - The
Email Address
is not formatted correctly should show "Please use a valid email address"
- The
https://liliyao2022.github.io/designo-app/contact.html
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
While building this project, I learned two major thing:
- Customizing form validation error messages;
- Grid Templating and responsive web desgin;
- Got the chance to get down to the real basics, and looking at how to work with the most basic building blocks of JavaScript.
Implementing reusable components in JS.
- Example resource 1 - This helped me with HTML, CSS and JavaScript basics.
- @ Lili Yao