A fullstack E-Commerce Store created with NextJS, React, TailwindCSS and Headless UI.
https://e-commerce-store-wa71.vercel.app/
- TypeScript
- NextJS
- React
- Tailwind CSS
- Axios
- Headless UI
- React Hot Toast
- Lucide React
- Ability to browse multiple
stores. - Ability to add and remove
itemsfrom cart. - Ability to view order summary
- Ability to checkout using
Stripe. - Ability to view product preview.
- Ability to use filters such as
ColorsandSizes.
git clone https://github.com/samizak/E-Commerce-Store.gitnpm iOr if you prefer using Yarn:
yarn installNEXT_PUBLIC_API_URL=npm run devOr if you prefer using Yarn:
yarn devRunning commands with npm npm run [command]
| command | description |
|---|---|
dev |
Starts a development instance of the app |

