Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 920 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 920 Bytes

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.

Overview

  • 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:

  1. [React.js]
  2. [Hooks]
  3. [CSS modules]
  4. [react-icons]

Requirements

  1. Node.js
  2. npm

Installation

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build

Live