Skip to content

Primekart is an ecommerce app built with React, featuring dynamic product listings and real-time management of shopping cart, wishlist, and save-for-later items using local storage. Fully responsive across all devices.

Notifications You must be signed in to change notification settings

Bobby-coder/Primekart-Frontend

Repository files navigation

Primekart

🚀 Getting Started

Follow these steps to set up and run the project on your local machine.

Prerequisites

Ensure you have the following installed:

  • Node.js (version 14 or higher)
  • npm or yarn (for package management)

Installation

  1. Clone the repository:

    git clone https://github.com/Bobby-coder/Primekart.git
    cd Primekart
  2. Install dependencies:

    Using npm:

    npm install

    Or using yarn:

    yarn install

Running the Application

To run the app locally, execute the following command:

  • Using npm:

    npm run dev
  • Using yarn:

    yarn dev

After running the above command, open your browser and navigate to http://localhost:5173 to see the app in action!

About

Primekart is an ecommerce app built with React, featuring dynamic product listings and real-time management of shopping cart, wishlist, and save-for-later items using local storage. Fully responsive across all devices.

Topics

Resources

Stars

Watchers

Forks