Submitted 10 months ago
Base Apparel using HTML, CSS and Javascript
@roraima1986
Design comparison
SolutionDesign
Solution retrospective
I would like a recommendation for the Javascript code on how I could do it better.
Community feedback
- @petritnurediniPosted 10 months ago
Congratulations on completing your Frontend Mentor challenge! Here's some feedback to help you enhance your project:
- HTML Semantics: Good use of semantic tags like
<header>
,<main>
, and<footer>
. Remember to use<nav>
for navigation links. - CSS Grid Layout: Nice implementation of the grid layout. Consider adding comments to explain grid areas for easier maintenance.
- Responsive Design: Ensure that images and text scale properly on smaller screens.
- JavaScript Validation: Great job on the email validation! Consider abstracting the validation logic into a separate function for better readability.
- Accessibility: Make sure all interactive elements are accessible, particularly for keyboard navigation and screen readers.
Keep up the great work and continue exploring more advanced topics to further enhance your skills. Here are some resources to help you:
- Understanding HTML Semantics
- CSS Grid Layout
- Responsive Web Design Basics
- Form Validation Techniques
- Web Accessibility Guidelines
Stay curious and keep coding! 🚀
Marked as helpful0 - HTML Semantics: Good use of semantic tags like
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord