Platello

Project information

Details

Platello is a web application that randomly generates food and drink recipes based on the user's preferences. Then a series of recipes are returned to the user from two third-party APIs.

I worked primarily on the food section of the website. This involved taking the user preferences to make appropriate API requests, manipulating the incoming data, and displaying it nicely on the page. I also stored necessary information to localStorage so the user wouldn't need to make an API request every time they refreshed the page.