https://github.com/ogshawnlee/interactive-rating-component
Solution to the Interactive Rating Component challenge by Frontend Mentor. Built with Svelte + TypeScript + Vite + WindiCSS.
https://github.com/ogshawnlee/interactive-rating-component
svelte typescript vite windicss
Last synced: 3 months ago
JSON representation
Solution to the Interactive Rating Component challenge by Frontend Mentor. Built with Svelte + TypeScript + Vite + WindiCSS.
- Host: GitHub
- URL: https://github.com/ogshawnlee/interactive-rating-component
- Owner: OGShawnLee
- Created: 2022-04-02T01:46:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T14:48:13.000Z (about 3 years ago)
- Last Synced: 2025-01-08T06:41:12.699Z (5 months ago)
- Topics: svelte, typescript, vite, windicss
- Language: Svelte
- Homepage: https://interactive-rating-component-wheat.vercel.app/
- Size: 201 KB
- Stars: 2
- 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
- [Frontend Mentor - Interactive Rating Component solution](#frontend-mentor---interactive-rating-component-solution)
- [Table of contents](#table-of-contents)
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Continued development](#continued-development)
- [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

### Links
- Solution URL: [Right here!](https://www.frontendmentor.io/solutions/animated-interactive-rating-component-svelte-ts-windicss-and-vite-HyHIJDSQq)
- Live Site URL: [Deployed on Vercel](https://interactive-rating-component-wheat.vercel.app/)## My process
### Built with
- [Svelte](https://svelte.dev/) + TypeScript
- [WindiCSS](https://windicss.org/) + Svelte Transition API
- Mobile-first workflow
- Vite### Continued development
I'd like to learn more about semantic HTML and accessibility since I have not really focused on them as much as I probably should. But hey, at least I know no accessibility is better than bad accessibility.
## Author
- Frontend Mentor - [@Shawn Lee](https://www.frontendmentor.io/profile/OGShawnLee)