Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 5 months ago

Interactive Rating Component using HTML, CSS, and Javascript

accessibility, animation, van-js, pure-css
Roland Jethro Suyom•425
@Jeth0214
A solution to the Interactive rating component challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

I have been struggling to make a new project since my vacation. I do not know where to start. I started something small to warm me up. I will proceed to the next level to b add on my portfolio.

What challenges did you encounter, and how did you overcome them?

Since I don't have the Figma design and I am unsure of the color value, I used the hsl value in my variables instead of the hsl function itself to add an opacity in adjusting the color.

:root {
  /* colors */
  --clr-orange: 25, 97%, 53%;
  --clr-gray-500: 217, 12%, 63%;
  --clr-gray-900: 213, 19%, 18%;
  --clr-gray-950: 216, 12%, 8%;
  --clr-white: 0, 100%, 100%;


}

.card .card__content p {
  color: hsla(var(--clr-gray-500), .1);
}

### What specific areas of your project would you like help with?
If I have to add one thing, I want to add a loading indicator after submitting 
before the thank you card appears. Would someone help me to achieve it?
Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Roland Jethro Suyom's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License