Technologies used in the project:
Dashboard section (admin side):
Category section (admin side):
Add product section (admin side):
Edit product section (admin side):
-
- Register and Login page
- Authentication using email & password
- Products page
- Sorting & filtering: by price, by rating, by sub-category
- Add to cart
- Payment page
- Data fetching using deployed api
-
- Login using admin credentials
- Pages: Dashboard, category, add product and edit product
- Dashboard gives stats by graphs and piecharts showing total of products
- Detailed information of category and sub-category products on category page
- CRUD functionality
Front-end deployed URL:
https://bathspecials.netlify.app/
Clone the project
git clone https://github.com/sbj1198/Bath-Specials.git
Go to the project directory
$ yarn # or npm i // npm install packages
$ npm run start // run it locally
// deployment for client app
$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level