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

https://nasershareef.github.io/Practice-Frontend-Dev-3/

@yahyashareef48

Desktop design screenshot for the Interactive rating component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I definitely got better at this. the better I got more fun I had

Community feedback

Adriano 34,090

@AdrianoEscarabote

Posted

Hello nasershareef, how are you? I truly loved your project's outcome, however I have some advice that I hope you'll find useful:

To make the submit button work only when the user selects a number, we can do this:

$(".number").click(function(event){
  $("#result").text("You selected " + this.textContent + " out of 5");
  console.log(this.textContent);
  $(".submit-btn").click(function(event){
    $(".rating").fadeOut(100);
    $(".thank-you-state").fadeIn(100);
  })
})

The remainder is excellent.

I hope it's useful. 👍

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