- Users can sign in or sign up w/ JWT Token.
- Users can change Password and update User Credentials.
- Users can view all products.
- Users can view Single product details.
- Pagination Implemented.
- Users can add Review and Rating for a particular Product.
- User can add product to Cart via Redux.
- Carousel Implemented.
- Users can add or remove products from the cart w/ Redux.
- Search Product via Regex from backend.
- Users can pay via Paypal Payment Integration.
- Admin can add, modify and remove products from the website.
- Admin can view all users and their orders.
- Admin can mark the product as Dispatched.
- Admin can remove User or Product From backend.
- Admin can modify all product details.