Ecommerce App for Carnatic Music
Front End: ReactJS,My Componenet Library(Dhrutham UI)
Server: NodeJS, ExpressJS
Database: MongoDB
- Product Listing by Category
- Wishlist Management - Add to wishlist,remove from wishlist,move to Cart
- Cart Management - Add to cart,remove from cart,update quantity,move to Wishlist
- Sort and filter options for rating,delivery speed,price,offer
- User Management
- Public and Private Routes (accessible only on login)
- Login and SignUp with form validation(without any library)
- Persistant login
- Individual product page
- Responsive design
Clone the project
git clone https://github.com/Janaki2399/Dhrutham-Cart.gitGo to the project directory
cd Dhrutham-CartCheck out to development branch
git checkout developmentInstall dependencies
npm installStart the server
npm start