I have created a shopping cart web application that can:
- Adds/remove items from/to the cart list.
- Compute the total items/amounts in the check-out list.
- Restock the items by retrieving the data from the database using Strapi API.
- I will be improving the UI with my better visualization
- I will improve the functionality to exend the check-out
- Download the files into a folder on your local PC.
- Run a local server using a command line : http-server -c-1
- Enjoy!