Website Link : https://disectoproductreview.vercel.app/
This is a product review website which fetches product data from https://fakestoreapi.com/docs and user can add review on the product.
This project is made with
- Nextjs
- TypeScript
- ReduxToolkit
To persist user reviews we are using localStorage.
To get started, just clone the repository and run npm install && npm run dev
:
git clone https://github.com/Neerajx11/product-review.git
npm install
npm run dev