This is a solution to the Interactive rating component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Note: Delete this note and update the table of contents based on what sections you keep.
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
Desktop View
Mobile View
Thank You Card Desktop Mode
Thank You Card Mobile Mode
Active State Screenshot 2
- Solution URL: Add solution URL here
- Live Site URL: https://kofi100.github.io/RatingWebsiteHTMLProject/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- JavaScript
I recapped my knowing of changing the transparency of a color by making a new variable and also tried to recap my knowledge of JS in order to assign a variable the Ratign thru the innerHTML of the button selected. It was nice.
To see how you can add code snippets, see below:
I want to focus on JS to assign variables and save such variables on devices or a file to be used later.
So far,it's been good.
- Example resource 1 - This helped me for XYZ reason. I really liked this pattern and will use it going forward.
- Example resource 2 - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept.
Note: Delete this note and replace the list above with resources that helped you during the challenge. These could come in handy for anyone viewing your solution or for yourself when you look back on this project in the future.