Edmund635 / pizzas-mock-cc-phase-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 51.8%Language:HTML 43.0%Language:CSS 5.2%