This is a basic fullstack app where users can make a shopping list by adding items and the quantity required. Users can then delete the items when they have purchased them. A link to this deployed app is in the main heading of this readme.
Clone this repo, navigate to it, install packages, and start the server with npm run dev
Tip
You may also want to start a new branch
```sh
cd my-fullstack-collection
npm i
git checkout -b <branchname>
npm run dev
```