https://github.com/walterkstro/interactive-rating
This is a nice, small project to practice handling user interactions and updating the DOM. Perfect for anyone who has learned the basics of JavaScript!
https://github.com/walterkstro/interactive-rating
bootstrap javascript
Last synced: 2 months ago
JSON representation
This is a nice, small project to practice handling user interactions and updating the DOM. Perfect for anyone who has learned the basics of JavaScript!
- Host: GitHub
- URL: https://github.com/walterkstro/interactive-rating
- Owner: WalterKstro
- Created: 2022-07-13T21:23:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T21:24:51.000Z (almost 4 years ago)
- Last Synced: 2025-12-26T20:10:24.539Z (6 months ago)
- Topics: bootstrap, javascript
- Language: HTML
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- 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)
- [Author](#author)
## Overview
### The challenge
Users should be able to:
- Select and submit a number rating
- See the "Thank you" card state after submitting a rating
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
### Screenshot


### Links
- Solution URL: [Add solution URL here](https://github.com/WalterKstro/interactive-rating)
- Live Site URL: [Add live site URL here](https://walterkstro.github.io/interactive-rating/)
## My process
- Create the semantic structure HTML
- Add CDN of bootstrap framework
- Create custom properties CSS
- Reset style default
- Start with First mobile
- Add interactivity with vanilla Javascript
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Framework CSS Bootstrap
- Vanilla Javascript
- Mobile-first workflow
## Author
- Website - [It's in building](https://www.your-site.com)
- Frontend Mentor - [@WalterKstro](https://www.frontendmentor.io/profile/WalterKstro)
- Twitter - [@os_tux](https://twitter.com/os_tux)