Skip to content

rolopez23/pizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Exercise (Front-end)

One of our restaurant clients wants to know which pizza topping combinations are the most popular.

Using React, write a throw-away app that will download orders directly from /pizzas and output the top 20 most frequently ordered pizza topping combinations.

List the toppings for each popular pizza topping combination along with its rank and the number of times that combination has been ordered.

Start the server with npm run server Compile react with npm run build Run both with npm start The app will be running on localhost:3000

Pizza Simplified

Start the simplified server with npm run simple. Set up an app that lists all combos with rank and number of times and allows filtering of orders based on including a topping and ordered more than a certain number of times.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published