Submitted 10 months ago
Intro component with sign up form solution using HTML5, CSS3 and JS
@roraima1986
Design comparison
SolutionDesign
Solution retrospective
As always, the javascript code cost me, it was the best I could do. I hope it helps someone or if you have a better suggestion than mine, I appreciate the comments.
Community feedback
- @petritnurediniPosted 10 months ago
Congratulations on completing the Frontend Mentor challenge! Here are some best practices to consider:
- HTML Semantics: Good use of semantic HTML. Consider using
<label>
for form inputs for better accessibility. - CSS Practices: Excellent use of CSS variables. To further improve, consider more comments in CSS for better understanding.
- Responsive Design: Ensure that your design is responsive on all devices. Check font sizes and element scaling on smaller screens.
- JavaScript Validation: Nice job on form validation. You might want to refactor repetitive code for efficiency.
- Performance: Optimize image sizes for faster loading times, especially for mobile devices.
Continue exploring and improving your skills. Here are some resources:
- HTML Semantic Elements
- CSS Best Practices
- Responsive Web Design
- JavaScript Form Validation
- Web Performance Optimization
Keep pushing your limits and happy coding! 🚀
0 - HTML Semantics: Good use of semantic HTML. Consider using
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