A simple react app to find your delicious pizza from the Pizza OK menu (over 100 pizzas!).
First cd
into the app folder and install all dependencies typying in the terminal:
npm install
then run the server
npm start
and visit localhost:3000
It's possible to filter pizzas by including or excluding specific ingredients. Simply type them in the search bar and enjoy your pizza.