This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This project is using functional components and handling sharing data by passing info down. This project is using useState hooks for state manipulation and useEffect to update component based on its dependency.
For Hover-based rating, please checkout to branch hover-rating
For creating rating item in one line,please checkout to itemscreation-oneline