Modern e-commerce platform built with Vite, React, TypeScript, Tailwind CSS, and Supabase.
- 🛍️ Full e-commerce functionality
- 🔐 Supabase authentication
- 💳 Stripe/PayPal integration
- 📱 Responsive design
- 🎨 Modern UI with Shadcn
- 📦 Real-time inventory
- 🔍 Advanced search
- 📊 Admin dashboard
- Vite
- React 18
- TypeScript
- Tailwind CSS
- Supabase
- React Router 6
- React Query
- Zustand
- React Hook Form + Zod
- Clone repository
- Install dependencies
- Configure environment variables
- Run development server
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_key
VITE_STRIPE_PUBLIC_KEY=your_stripe_key
src/
├── components/
├── pages/
├── hooks/
├── store/
├── types/
├── utils/
├── services/
└── styles/
- Users
- Products
- Orders
- Categories
- Cart
- Reviews
MIT
See CONTRIBUTING.md