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.
- Add pagination
- React with hooks
- TypeScript