A simple shopping app that allows the user to:
- view a product with details: title, description, image, price
- add a quantity of the product to the basket; see the total item count in the basket from the header
- Clone the repo into VS Code using
git clone https://github.com/simonryrie/SOON_BasketApp
- Launch the site using the VS Code LiveServer extension
You can also see the app deployed on GitHub Pages .