This is a recipe generator created with vanilla JS, HTML, and CSS. Through a click of a button, the website utilizes the mealDB API to fetch a random recipe and display it when you can't decide what you want to eat.
- Main Page: General welcome page and introduction.
- Results Page: Displays a random recipe with navigational buttons to regenerate a new recipe or view a full description of recipe directions.
- Frontend: HTML, Vanilla JavaScript
- Styling: CSS (with media queries for responsive design)
- Deployment: GitHub Pages
- Icons: FontAwesome for iconography
- API: MealDB for API
Check out the live website at: https://bcean.github.io/Recipe-Finder/
- Icons provided by FontAwesome.
- API provided by TheMealDB