├── README.md ├── assets └── illustration-thank-you.svg ├── index.html ├── script.js └── styles.css /README.md: -------------------------------------------------------------------------------- 1 | thie link of the challenge : 2 | https://www.frontendmentor.io/challenges/interactive-rating-component-koxpeBUmI 3 | -------------------------------------------------------------------------------- /assets/illustration-thank-you.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 15 |