Skip to content

mqshaikh8/React-Pizza-dumbo-web-111819

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.2%
  • HTML 27.0%
  • CSS 0.8%