Pizza Liker!

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.

Deliverables

  1. When a user clicks the like button on a pizza, the number of likes should increment by 1. No persistence necessary.

  2. When a user submits the form, the pizza appears on the DOM. No persistence necessary.

Advanced Deliverable

  1. Persist both of the above deliverables.