Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 2.57 KB

README.md

File metadata and controls

76 lines (52 loc) · 2.57 KB

Frontend Mentor - Interactive rating component solution

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

I only used the design images for reference, I didn't have access to the figma/sketch/xd files.

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

Screenshots

More screenshots can be found in screenshots/

Rating page Thank you page

Live demo

Link demo URL

My process

Built with

What I learned

  • Performant color animations using opacity and pseudo elements
  • Centering using display: grid; and place-items: center;
  • Styling radio inputs
  • Frontend Mentor worflow and GitHub pages
  • Vue form input binding with v-model

Continued development

Useful resources

Author