From dcd26a6ed179e09d10b368641449b4275b8a5646 Mon Sep 17 00:00:00 2001 From: Marjorie Alouidor Date: Tue, 7 Oct 2025 02:19:06 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 788ab5a..52f4661 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,6 @@ -# 📊 Project: Simple API 2 +# 📊 Meme Generator Simple API 2 ### Goal: Display data returned from an api -### 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 4a3e0fc869c5c48cb2b177bdde74e9798536b474 Mon Sep 17 00:00:00 2001 From: Marjorie Alouidor Date: Tue, 7 Oct 2025 02:21:11 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f4661..acf9e1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 📊 Meme Generator Simple API 2 +# 📊 Meme Generator Simple API ### Goal: Display data returned from an api From 6ae4f7463c96d142345f60db2a4949bfb7e62792 Mon Sep 17 00:00:00 2001 From: Marjorie Alouidor Date: Mon, 10 Nov 2025 23:39:26 -0500 Subject: [PATCH 3/4] Enhance README with project details and features Updated project overview, core features, technologies, and key takeaways in the README. --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acf9e1f..9521e7c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,27 @@ -# 📊 Meme Generator Simple API +# 📊 Meme Generator Simple API -### Goal: Display data returned from an api +**Project Overview** +This is an interactive meme generator application that fetches and displays meme templates from an external API. Users can browse through a collection of popular meme images, demonstrating fundamental API integration and data rendering. A straightforward project showcasing how to retrieve and present data from a single API source with a clean, user-friendly interface. image +**Core Features** +* Fetch meme data from external API +* Display meme templates dynamically +* Interactive meme browsing interface +* Real-time data rendering +* Responsive layout for all devices + +**Technologies** +* **HTML:** Structure and application layout +* **CSS:** Styling, responsive design, and visual presentation +* **JavaScript:** API requests, data handling, and DOM manipulation +* **Meme API:** External meme data source + +**Key Takeaways** +* Making **API requests** using fetch +* Working with **asynchronous JavaScript** and promises +* **Parsing JSON data** and extracting relevant information +* **Dynamic DOM manipulation** to display API results +* Implementing **error handling** for API calls +* Building **data-driven applications** with external APIs From 6cd1db23ae831182011d7b92ffeb7d23b8cbc9f9 Mon Sep 17 00:00:00 2001 From: Marjorie Alouidor Date: Mon, 10 Nov 2025 23:39:47 -0500 Subject: [PATCH 4/4] Update README title by removing emoji Removed emoji from the project title in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9521e7c..2b039fc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 📊 Meme Generator Simple API +# Meme Generator Simple API **Project Overview** This is an interactive meme generator application that fetches and displays meme templates from an external API. Users can browse through a collection of popular meme images, demonstrating fundamental API integration and data rendering. A straightforward project showcasing how to retrieve and present data from a single API source with a clean, user-friendly interface.