-
Install Dependencies: First, run the following command to install the required node modules:
npm install
-
Start the Project: After installing the dependencies, start the project with:
npm start
-
Sign Up:
- Open your browser and navigate to http://localhost:3000.
- Sign up by providing a username and password.
-
Using the Application:
- Browse items and add them to your cart or favorites.
- When you sign out, your cart details will be saved locally.
This project uses IndexedDB as the database solution because it is an easy-to-use local database.