From 36e0e62c1d6e53be5715c9dbcc85847cde648b77 Mon Sep 17 00:00:00 2001 From: Marjorie Alouidor Date: Tue, 7 Oct 2025 00:52:14 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8d6388..3e8d8d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 📊 Project: Complex API +# International Wine Complex API ### Goal: Use data returned from one api to make a request to another api and display the data returned From cccae9fed9d5d79d2e08ac5dc92fd00542f12ad3 Mon Sep 17 00:00:00 2001 From: Marjorie Alouidor Date: Tue, 7 Oct 2025 00:54:25 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index 3e8d8d5..df6709e 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,5 @@ ### 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: +image -- 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... -``` From 21920790291a99ee18ae1eb2506491c2645f9a57 Mon Sep 17 00:00:00 2001 From: Marjorie Alouidor Date: Mon, 10 Nov 2025 23:30:45 -0500 Subject: [PATCH 3/3] Enhance README with project details and features Updated project overview and core features in README. --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df6709e..140611d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,30 @@ -# International Wine Complex API +# 🍷 International Wine Complex API + +**Project Overview** +This is an interactive wine information application that demonstrates API chaining by fetching data from one API and using that response to query a second API. Users can explore international wine data through a seamless integration of multiple data sources. -### Goal: Use data returned from one api to make a request to another api and display the data returned image +**Core Features** +* Sequential API data fetching and chaining +* Dynamic data display from multiple sources +* Interactive user interface for wine exploration +* Real-time data integration and presentation +* Responsive design for all devices + +**Technologies** +* **HTML:** Structure and application layout +* **CSS:** Styling, responsive design, and visual presentation +* **JavaScript (ES6):** API requests, data handling, and DOM manipulation +* **API 1:** [Primary data source] +* **API 2:** [Secondary data source using API 1 results] + +**Key Takeaways** +* Implementing **API chaining** to connect multiple data sources +* Working with **asynchronous JavaScript** using fetch and promises +* Handling **API responses** and error management +* **Data transformation** between API calls +* Creating **dynamic content** based on API results +* Building **real-world applications** that integrate multiple services +* Using **ES6 JavaScript features** for cleaner, modern code