Project information
- Category: Front-End
- Project date: Jun - Jul 2022
- Technologies: JavaScript, RESTful APIs, jQuery, localStorage, Materialize, Spoonacular API, Cocktail DB API
- Deployed Project: https://predevz.github.io/Platello/
- Source code: https://github.com/PreDevz/Platello
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.