Design comparison
SolutionDesign
Solution retrospective
Need feedback on the JS code.
Community feedback
- @RioCantrePosted over 2 years ago
Hello there! Awesome work with this challenge. Looking at your solution, I think you should know the following as well…
- It is possible to place this part
<div class="thankyou-card invisible">
inside themain
tag or if not wrap it with a semantic tag likesection
tag
Besides that...
- The HTML structure is organized and readable
- Proper usage of semantic tag
- Well done in using Sass for styling the composition and properties are used accordingly
- The project is responsive and utilized the details based on the original design
- The active and hover state is done accordingly
- The JS functionality is done well, it generates the selected number upon submit
Above all, the project is well implemented. Keep up the good work!
Marked as helpful0 - It is possible to place this part
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