Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 34 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,34 @@
# 📊 Project: Complex API 2

### Goal: Use data returned from one api to make a request to another api and display the data returned

### How to submit your code for review:

- Fork and clone this repo
- Create a new branch called answer
- Checkout answer branch
- Push to your fork
- Issue a pull request
- Your pull request description should contain the following:
- (1 to 5 no 3) I completed the challenge
- (1 to 5 no 3) I feel good about my code
- Anything specific on which you want feedback!

Example:
```
I completed the challenge: 5
I feel good about my code: 4
I'm not sure if my constructors are setup cleanly...
```
# 🍳 The Lazy Gourmet — Recipe + Nutrition Finder

A chill little app for food lovers who want to **search recipes, see ingredients, and check nutrition facts** without overcomplicating things.
Find a dish, follow the steps, and cook it your way — easy, tasty, and stress-free.

[Link to project](https://complex-recipe-api.vercel.app/)

![screenshot](img/cook.png "The Lazy Gourmet — Recipe + Nutrition Finder")

---

## How It’s Made:
**Tech used:** HTML, CSS, JavaScript

The Lazy Gourmet uses two public APIs — **TheMealDB** for recipes and **OpenFoodFacts** for nutrition — to serve up ingredients, instructions, and nutrient info in one place.
The layout reads like a cookbook page, with a “Chef’s Note” ribbon and a cozy kitchen background that keeps everything warm and inviting.

---

## Optimizations
- Add a “Favorites” section using localStorage
- Include measurement amounts for each ingredient
- Add smooth fade-ins for recipe steps
- Show related or random recipe suggestions

---

## Lessons Learned
- Combining multiple APIs cleanly into a single user flow
- Building a responsive UI that works across devices
- Balancing design readability with visual texture (backgrounds + overlays)
- Keeping a project fun while still polished and functional

---
Loading