BigKart App is a full stack ecommerce web app. The app is created by using react as the frontend and firebase for the backend.
BigKart App is an app through which
- user can view products
- user can add products to cart
- user can add products to wishlist
- admin user can add, edit or delete products
Frontend Code -> https://github.com/PoojeshShetty/bigkartApp
Deployed URL -> https://bigkart-2758f.web.app/
FrontEnd - React
Additional NPM Libraries
- react-router-dom
- firebase
- context and reducer
Styling: CSS
Database: Firebase firestore
Authentication and Authorisation: Firebase Auth
Deployment: Fireabase Hosting
- View products
- Add products to cart
- Add products to wishlist
- Checkout products (added razorpay test payment mode)
- Admin user can add, edit and delete product
- User Management (Login, Register)
- Authenticated Routes.