Getting Started
- Install Dependencies: First, run the following command to install the required node modules:
- Start the Project: After installing the dependencies, start the project with:
- Sign Up:
- 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.