Skip to content

Next Shop is an e-commerce website built with Next.js, featuring a modern, responsive design. The site showcases product listings fetched from `DummyJson` API and utilizes Firebase for user authentication and real-time database management. It offers a seamless shopping experience with dynamic product displays anda fully functional shopping cart.

Notifications You must be signed in to change notification settings

gauravdubey19/next-ecommerce

Repository files navigation

Next Shop

Next Shop is an e-commerce website built with Next.js. This project uses DummyJson API for product data and Firebase for backend services and database management.

Getting Started

To get started with the development server:

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Install the dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  3. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  4. Open http://localhost:3000 in your browser to see the application.

You can start editing the page by modifying app/page.tsx. The page will automatically update as you edit the file.

Project Features

  • E-Commerce Functionality: The site features an e-commerce interface with product listings and shopping cart functionality.
  • Product Data: Utilizes DummyJson for retrieving product data.
  • Backend: Integrated with Firebase for backend services including authentication and real-time database.

Learn More

To learn more about the technologies used in this project, check out the following resources:

Deployment

The easiest way to deploy your Next.js app is to use the Vercel Platform provided by the creators of Next.js.

For more deployment details, refer to the Next.js deployment documentation.

Contributing

Feel free to contribute to this project by submitting issues and pull requests. Your feedback and contributions are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Next Shop is an e-commerce website built with Next.js, featuring a modern, responsive design. The site showcases product listings fetched from `DummyJson` API and utilizes Firebase for user authentication and real-time database management. It offers a seamless shopping experience with dynamic product displays anda fully functional shopping cart.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published