Intro Component with Sign Up Form using HTML, CSS, and JavaScript

Solution retrospective
Still trying to get comfortable on using JavaScript. However, I did accomplished all of the requirements in the challenge such as the error states in signing up process and others.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @servant-of-Allah
Great job on your project! I can see that you've put a lot of effort into it.
Here are some suggestions for improvement:
-
Font size consistency: Consider increasing the font size of the heading to maintain consistency with the overall design. This will help ensure that important elements stand out and are easily readable.
-
Responsive layout: It's important to work on the responsiveness of the layout, especially for tablet and mobile sizes. Currently, the layout overflows and remains the same across different screen sizes. You can address this by using flex-col on the .card div for smaller screen sizes. This will help the layout adapt appropriately and provide a better user experience on mobile devices or narrower screens.
-
Semantic <form> element: Instead of using a generic <div> for the actual form, I recommend using the semantic <form> element. This will improve the accessibility and structure of your code, making it more understandable for both users and search engines.
Overall, your project is looking great! Implementing these improvements will enhance the design consistency, responsiveness, and code structure, taking your project to the next level. Keep up the fantastic work!
-
Join 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