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.
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
- Solution URL: Frontend Mentor solution
- Live Site URL: Github Pages
- Semantic HTML5 markup
- SCSS custom properties
- Flexbox
- Desktop-first workflow
- SCSS - CSS preprocessor
- Animations
Overall, in this challenge I wanted to focus more on the JS portion, so I didn't really pay much attention to make my SCSS effective. Despite that, I was having some problems with logic on the dynamic styles. It took me more time than I would like but I guess it's important that I finished it.
- SASS guidelines - Really helpful in learning Sass and SCSS current practices.
- CSS Reset - An awesome CSS Reset.
- Github - Łukasz Lubaszewski
- Frontend Mentor - @luckyszakul0