Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 599 Bytes

File metadata and controls

21 lines (15 loc) · 599 Bytes

Pizza explorer

Description

Build an application for exploring pizza ingredients using API http://188.127.239.26/api.

Requirements

  • An app should allow user to search pizza by name
  • When pressing enter or clicking "search" show list of pizzas:
    • Pizza name
    • Pizza price
  • When clicking on a pizza, show its ingredients list:

The application should have a nice UI, present all the information in a human-readable way and it should look good on tablet and mobile resolutions as well.

Extra functionality

  • Add pagination

Suggested tech stack

  • React with hooks
  • TypeScript