Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 716 Bytes

File metadata and controls

24 lines (17 loc) · 716 Bytes

Getting Started

  1. Install Dependencies: First, run the following command to install the required node modules:

    npm install
  2. Start the Project: After installing the dependencies, start the project with:

    npm start
  3. Sign Up:

  4. Using the Application:

    • Browse items and add them to your cart or favorites.
    • When you sign out, your cart details will be saved locally.

Database Solution

This project uses IndexedDB as the database solution because it is an easy-to-use local database.