hugorod19 / React-Pizza-hou01-seng-ft-082420

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access Labs Pizza

Pizza Screen Recording

Welcome to your first day at the Access Labs Pizzeria! Today, you are tasked to building an online menu of all the pizzas that the pizzeria offers.

The database of orders can be found in a json-server, under http://localhost:3000/pizzas. Make sure that before you fire up your React server, you first fire up your json-server.

TO INSTALL: npm install -g json-server
TO START: json-server --watch db.json

After firing up your server, render the list of pizzas in to the table.

Each row in the table should be a pizza component and when you click the "Edit" button, it should send the pizza associated with that component into the Pizza form.

The pizza form will then render the information about the pizza in the form, which will be editable.

When the form is submitted, the information should be reflected in your table and persist in the backend.

About


Languages

Language:JavaScript 57.0%Language:HTML 41.8%Language:CSS 1.2%