/My_Glow

Clone of Website Sugar Cosmetics, which provides a wide range of beauty products for women .

Primary LanguageJavaScript

My Glow

This is the clone of sugarcosmetic website which basically deals with various cosmentics products . Collabarative project of 5 members. Duration- 5 days.

Deployed Link :-

https://my-glow-ankush3681.vercel.app/


Presentation Video :- https://drive.google.com/file/d/1fQtvc4raGNnVuDxNf9FtLBiN_r5XRJNg/view?usp=share_link

Features :-

  • PrivateRouting
  • Login and Signup Authentication
  • Filtering
  • Sorting
  • Admin Side
  • CRUD Operations

Tech Stack :-

  • 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