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.
- 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.
- 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.