Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 823 Bytes

Readme.Md

File metadata and controls

16 lines (11 loc) · 823 Bytes

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.