Skip to content

Prem203/ShoppingCartApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

ShoppingCartApp

This is a simple shopping cart application, that allows users to add/remove products to the cart, create, update, delete products from the total list of available products. The application makes use of Firestore database to store a list of collections which are:

  • products (Database Collection) The list of available products with the attributes (Name, Price). Functionalities:
  • Users can create a new product with the attributes (Name, Price)
  • Users can update an existing product whose attributes are (Name, Price)
  • Users can also delete a product from the database
  • Users can also add items to the cart where they can see the total price of the items in the cart.

Getting Started

To get a local copy up and running, follow these simple steps. 1.Make sure you have the latest version of NodeJS installed using the command:

npm install npm@latest -g

2.Clone the repository using the following command:

git clone https://github.com/Prem203/ShoppingCartApp.git

3.To install package dependencies, use the following command:

npm install

4.To run the program:

npm run dev

5.If any errors, persist make sure you have Firebase installed:

npm install --save firebase

License

The project is licensed user MIT and is publicly available to all for use.

Video Demo

https://youtu.be/PS_E6j8aqZ8

Snapshots

Screenshot 2024-03-11 031715

Screenshot 2024-03-11 031834

Screenshot 2024-03-11 031905

Screenshot 2024-03-11 031946

Web Hosting:

The project is currently hosted using Firebase, kindly use this link: https://pdpproj-37201.firebaseapp.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published