Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitdeka/interactive-rating-component-frontend-mentor
https://github.com/amitdeka/interactive-rating-component-frontend-mentor
frontendmentor-challenge
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amitdeka/interactive-rating-component-frontend-mentor
- Owner: AmitDeka
- Created: 2024-04-19T09:34:57.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-25T05:35:37.000Z (9 months ago)
- Last Synced: 2024-11-06T05:09:50.438Z (2 months ago)
- Topics: frontendmentor-challenge
- Language: SCSS
- Homepage: https://amitdeka.github.io/Interactive-rating-component-Frontend-Mentor/
- Size: 217 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)
- [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
![](./ss.png)
### Links
- Solution URL: [Click Here](https://github.com/AmitDeka/Interactive-rating-component-Frontend-Mentor)
- Live Site URL: [Click Here](https://amitdeka.github.io/Interactive-rating-component-Frontend-Mentor/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow### What I learned
Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.
To see how you can add code snippets, see below:
```html
Some HTML code I'm proud of
``````css
.proud-of-this-css {
color: papayawhip;
}
``````js
const proudOfThisFunc = () => {
console.log("🎉");
};
```## Author
- Website - [Add your name here](https://www.your-site.com)
- Frontend Mentor - [@AmitDeka](https://www.frontendmentor.io/profile/AmitDeka)
- Twitter - [@AmitDeka10](https://www.twitter.com/AmitDeka10)