Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nexeosai/vite-react-ecommerce-platform
Vite-React-Ecommerce-Platform
https://github.com/nexeosai/vite-react-ecommerce-platform
admin-dashboard advanced-search mobile-responsive react real-time-inventory shadcn-ui stripe supabase supabase-authentication tailwind typescript vite
Last synced: 23 days ago
JSON representation
Vite-React-Ecommerce-Platform
- Host: GitHub
- URL: https://github.com/nexeosai/vite-react-ecommerce-platform
- Owner: NexeosAI
- Created: 2024-11-18T16:35:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T10:52:09.000Z (3 months ago)
- Last Synced: 2025-01-21T09:12:00.670Z (23 days ago)
- Topics: admin-dashboard, advanced-search, mobile-responsive, react, real-time-inventory, shadcn-ui, stripe, supabase, supabase-authentication, tailwind, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite React E-commerce Platform
Modern e-commerce platform built with Vite, React, TypeScript, Tailwind CSS, and Supabase.
## Features
- 🛍️ Full e-commerce functionality
- 🔐 Supabase authentication
- 💳 Stripe/PayPal integration
- 📱 Responsive design
- 🎨 Modern UI with Shadcn
- 📦 Real-time inventory
- 🔍 Advanced search
- 📊 Admin dashboard## Tech Stack
- Vite
- React 18
- TypeScript
- Tailwind CSS
- Supabase
- React Router 6
- React Query
- Zustand
- React Hook Form + Zod## Getting Started
1. Clone repository
2. Install dependencies
3. Configure environment variables
4. Run development server## Environment Variables
```env
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_key
VITE_STRIPE_PUBLIC_KEY=your_stripe_key
```## Project Structure
```
src/
├── components/
├── pages/
├── hooks/
├── store/
├── types/
├── utils/
├── services/
└── styles/
```## Database Schema
- Users
- Products
- Orders
- Categories
- Cart
- Reviews## License
MIT## Contributing
See CONTRIBUTING.md