This is the Ecommerce Store for a full-stack e-commerce platform, built using modern web technologies. It provides a seamless shopping experience with product browsing, checkout, and order management.
- Next.js 13 (App Router) – Server-side rendering & routing
- React – Component-based UI
- Tailwind CSS – Utility-first styling
- Stripe – Payment processing
- Product browsing & filtering
- Shopping cart functionality
- Secure checkout with Stripe
- Responsive design
-
Clone the repository:
git clone https://github.com/nnerb/ecommerce-store.git cd ecommerce-store -
Install dependencies:
npm install
-
Set up environment variables: Create a
.envfile in the root directory and add:NEXT_PUBLIC_API_URL=your_api_url
-
Start the development server:
npm run dev
-
Open
http://localhost:3000in your browser.
This project can be deployed easily on Vercel. Ensure all environment variables are set up in your Vercel dashboard.
This project was inspired by this tutorial by CodeWithAntonio, which guided the development of a full-stack e-commerce platform using modern web technologies.
This project is licensed under the MIT License.
Feel free to fork, modify, and use this project!



