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

Responsive rating card with html css and jquery

@Fave334

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


Any ideas on improvement would be helpful.

Community feedback

Harsh Kumar 1,390

@thisisharsh7

Posted

Hey Favour, Good job! your solution seems to be perfect and animation makes it more cool but there are some improvement in the code which could be made

  1. Avoid writing script tag before closing the </body> tag the reason for this is html loads from top to bottom instead you can include the script before closing the body because page will load and get parsed, as there is no blocking behavior for rendering HTML since you have placed the script in the end.

  2. Avoid writing the three links from the google-font in html if you have used @import in CSS.

hope this helps...

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