Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

interactive rating component

od 80

@oguerid

Desktop design screenshot for the Interactive rating component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Tux3er 760

@Tux3er-Isma

Posted

Hi OD!!!

I am Tux3er, a frontend dev and I have reviewed your code 🐧👍🏻

And you have done it very well 🎉

I will give you some tips for your next project 💡:

  • Use some transition to hover states to get more cool efects

  • Also use cursor-pointer in hover elements to get better user experience

  • In CSS you can use variables and it better than comment them (I think). There is an example of variables: In the top of your file rite :root{ --my-color: #0f0; } . If you want to use this variable in an element put: .my-element{ color: var(--my-color); }. There is the documentation 📖.

I hope this comment will help you in your next challenge 😉

And don't forget to continue coding ⌨️🌟

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

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