Skip to content

nnerb/ecommerce-store

Repository files navigation

Store Frontend

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.

🚀 Tech Stack

  • Next.js 13 (App Router) – Server-side rendering & routing
  • React – Component-based UI
  • Tailwind CSS – Utility-first styling
  • Stripe – Payment processing

📌 Features

  • Product browsing & filtering
  • Shopping cart functionality
  • Secure checkout with Stripe
  • Responsive design

🛠️ Setup & Installation

  1. Clone the repository:

    git clone https://github.com/nnerb/ecommerce-store.git
    cd ecommerce-store
  2. Install dependencies:

    npm install
  3. Set up environment variables: Create a .env file in the root directory and add:

    NEXT_PUBLIC_API_URL=your_api_url
  4. Start the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser.

🌍 Deployment

This project can be deployed easily on Vercel. Ensure all environment variables are set up in your Vercel dashboard.

📸 Screenshots

image image image image

💡 Inspiration

This project was inspired by this tutorial by CodeWithAntonio, which guided the development of a full-stack e-commerce platform using modern web technologies.

🌟 License

This project is licensed under the MIT License.


Feel free to fork, modify, and use this project!

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors