Skip to content

Low-Signal/ShoppingCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShoppingCart

A shopping cart application and API that keeps persistent users data

To run this application you must first start the API. Once the API is running on your local host the application can be ran.

General Overview:

  • This application provides the user with a shopping list simulating a store.
  • Items are one of two types, quantity or weight.
  • The user can click each of the items to get 1 unit of the item in their shopping cart.
  • The price before and after tax is displayed.

Features:

  • The users cart is persistent and stored on their local host.
  • The user is able to clear the cart by clicking the clear cart button.
  • The stores product list is searchable, displaying only products that match what is entered in the search bar.
  • When the user clicks the checkout button an itemized invoice is generated and their cart is cleared.

About

A shopping cart application and API that keeps persistent users data

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages