Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Asking user to enter the details and checking them correctly with the help javascript something which I can be proud of.
What challenges did you encounter, and how did you overcome them?Making it responsive and showing the successful page to the user Used third party website to overcome from that.
What specific areas of your project would you like help with?Handling event listener and showing successful page.
Community feedback
- @jasoneczekPosted 6 months ago
Hi, I came across a couple of functionality issues:
- The "Dismiss message" button isn't working when I try to close the success message.
- The email input background isn't changing to the error state color when I enter an invalid email address.
I also noticed you used pixels for font sizes in your CSS. It is best to use
rem
units for accessibility.Your solution is looking good, I think you'll need to work on the functionality and definitely learn about rem units. Good luck!
0
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