Start by running npm install
A db.json file is included, to start the json server run the command json-server --watch db.json
.
Open the index.html
file using live server and begin.
-
When a user clicks the like button on a pizza, the number of likes should increment by 1. No persistence necessary.
-
When a user submits the form, the pizza appears on the DOM. No persistence necessary.
- Persist both of the above deliverables.