A fully responsive e-commerce platform with smooth product discovery, cart/wishlist management, and a complete checkout flow.
🔗 Live: cartify-inky-omega.vercel.app
- Filtering, search, sorting, pagination, and infinite scroll for product discovery
- Cart and wishlist functionality with real-time quantity/price updates
- Multi-step checkout flow with delivery details and order summary
- Persistent storage of cart, wishlist, and order history per user
- User authentication via Supabase
Frontend: React.js, Tailwind CSS Backend/Auth/DB: Supabase Deployment: Vercel
git clone https://github.com/sonukumar-dev04/Cartify.git
cd Cartify
npm install
npm run devSet up your .env with Supabase URL and API key.