Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.69 KB

File metadata and controls

61 lines (41 loc) · 1.69 KB

Interactive rating component solution

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

interactive_rating_component_desktop interactive_rating_component_desktop interactive_rating_component_desktop interactive_rating_component_desktop

Links

My process

Built with

What I learned

  • set up project using vitejs.
  • set new font-family and use it.
  • focus property of "a" tag.
  • use react-router-dom to pass value from page to another.

Author