- ⚙️ Store environment setup
- 🏷️ Manage & display featured products
- 📄 Individual product pages
- 📂 Category-specific pages
- 🔍 Quick product preview modal
- 🛒 Add to cart functionality
- 🔄 Update & remove items from cart
- 💳 Secure Stripe checkout
- 📦 Order processing & tracking
- 🌟 Customer-friendly UI/UX
- 🌑 Dark mode support
- 🚀 Fast & scalable deployment to Vercel
Node version 14.x
git clone https://github.com/HarshalHarle/1store.git
npm i
NEXT_PUBLIC_API_URL=
npm run dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |