This project demonstrated how general e-commerce website will be looked like and functional.
Click the image below to view the video demonstration
- User can register and login.
- Products list can be filtered dynamically.
- Products can be added to cart and remove from it.
- Avaliable admin and organization dashboards and functionalities.
- Product can be posted dynamically by organization.
- Images are managed with Cloudinary storage service.
- OAuth login with Facebook and Google are avaliable.
- React Typescript
- Spring Boot
- Tailwind CSS
- Material UI
- MySQL database
- Framer Motion npm package
Enter below command to install npm packages
npm i --force
npm start
http://localhost:3000
- All products are loaded dynamically from working backend API.
- Products may not be displayed as backend is not hosted yet.