Frontend Mentor - Interactive rating component solution

This is a solution to the Interactive rating component challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Select and submit a number rating
  • See the "Thank you" card state after submitting a rating

Screenshot

Desktop Sample

Mobile Sample

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Tailwind CSS - CSS Framework
  • jQuery - JS Library

Continued development

I will use React to re-build this project.

Useful resources

  • Tailwind CSS Docs - No need to go anywhere else for the syntax. These docs are amazing!
  • Flexbox Revision - Amazing website to revise Flexbox concepts.
  • Stack overflow - To get help with jQuery syntax and concepts.
  • MDN Docs - To revise various CSS concepts and get hold of their syntax.

Author