This is a sample Reviews page containing a list of reviews and their comments on Shahry, users can see the list of reviews users have added. reply to any one of them or even add their own review.
- Implement "Add review" functionality
- Implement "Add a comment on review" functionality
- Thumbs-up/thumbs-down depends on stars. Thumbs-up is 4 stars and up.
This application is built using the following technologies:
- [React.js]
- [Hooks]
- [CSS modules]
- [react-icons]
First install dependencies:
npm install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build