A full-stack e-commerce web app inspired by Amazon, built from scratch with Next.js, TypeScript, and Supabase.
This project demonstrates authentication, product listings, cart management, and checkout flow — with a clean, responsive UI.
- User authentication (Supabase)
- Product listing with categories
- Shopping cart with total price calculation
- Checkout Flow with Stripe Payment Integration
- Responsive design with modern UI
- Next.js – React framework
- TypeScript – Type safety
- Supabase – Auth + Database
- Tailwind CSS – Styling
- Netlify / Vercel – Deployment
Live Demo: amazon-clone-nnzm.vercel.app
Feel free to reach out if you have questions or want to connect:
-
My Discord:abdel_07532
# Clone this repo
git clone https://github.com/7abd/amazon___clone.git
# Go into the project___
cd amazon___clone
# Install dependencies
npm install
# Run the development server
npm run dev
