Interactive Rating Component Using HTML,CSS AND JS
Design comparison
Solution retrospective
Should a beginner make use of JQUERY or continue with the traditional Javascript until a level of efficiency has been achieved.
Community feedback
- @brianayiendaPosted over 2 years ago
Greetings,
Change the submit color to be orange not white, when hovered should now change to a white color
0 - @DavidMorgadePosted over 2 years ago
Hello and congratulations on finishing the challenge!
Regarding your question, unless you want to land on a specific job that requieres jQuery or you want to master it because you just want to use jQuery, I would recommend you to stick to JS, learn ES6+ and modern good practice, and then switch to a modern framework like Angular, React or Vue (or just stick to jquery if u want to), but I think that it is more importante to mastery the programming language before the framework!
Also, your component has the problem that the
buttons
dont fit well inside the container, increase the width of your buttons container and use flex to center and to distribute them in the container.Hope my answer helps you!
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