Cartify is a mocking of an online store with variety of products categories that lets user add those products to cart and perform required calculations based on the items added. Also Firebase's Authentication and Firestore has been integrated at the backend for authetication and database.
https://cartify-cartify.netlify.app/
- Add products to cart
- Firebase Auth + Firestore
- Client Side + Firebase's Validation
- Fetch API
- Local storage
- Vite
Clone the project
git clone https://github.com/SagarMainali/cartify.gitGo to the project directory
cd cartifyInstall dependencies
npm installStart the server
npm run dev


