Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windate3411/fe-interactive-rating
FrontEnd Mentor Interactive Rating
https://github.com/windate3411/fe-interactive-rating
Last synced: about 1 month ago
JSON representation
FrontEnd Mentor Interactive Rating
- Host: GitHub
- URL: https://github.com/windate3411/fe-interactive-rating
- Owner: windate3411
- Created: 2023-02-01T15:37:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T15:43:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T07:41:45.612Z (7 months ago)
- Language: TypeScript
- Homepage: https://fe-interactive-rating.vercel.app
- Size: 761 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Interactive rating component solution
This is a solution to the [Interactive rating component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/interactive-rating-component-koxpeBUmI). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Author](#author)## 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
![result](./screenshot.png)
### Links
- Live Site URL: [Demo](https://fe-interactive-rating-iytnfop3v-windate3411.vercel.app/)
## My process
### Built with
- [React](https://reactjs.org/) - JS library
### What I learned
1. Using tailwind theme to manage custom font could be quite useful.
2. Organizing tailwind class names with variables certainly could help, but I personal still prefer break them into components if necessary.
3. First time vite side project, kinda fun.## Author
- Danny Wang - [Github](https://github.com/windate3411)