This is the clone of sugarcosmetic website which basically deals with various cosmentics products . Collabarative project of 5 members. Duration- 5 days.
https://my-glow-ankush3681.vercel.app/
Presentation Video :- https://drive.google.com/file/d/1fQtvc4raGNnVuDxNf9FtLBiN_r5XRJNg/view?usp=share_link
- PrivateRouting
- Login and Signup Authentication
- Filtering
- Sorting
- Admin Side
- CRUD Operations
- HTML
- Css
- Javascript
- React.Js
- Redux
- Chakra UI
Filter
GET /myglow?title=json-server&author=typicode GET /myglow?id=1&id=2 GET /comments?author.name=typicode
Sort
Add _sort and _order (ascending order by default)
GET /myglow?_sort=price&_order=asc
GET /myglow/1/rating?_sort=discount&_order=asc
For multiple fields, use the following format:
GET /myglow?_sort=price,views&_order=desc,asc