diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..4b89b7e
Binary files /dev/null and b/.DS_Store differ
diff --git a/README.md b/README.md
index a9a4cc6..d2abda9 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,66 @@
-# 📊 Project: Simple API 1
-
-### Goal: Display data returned from an api
-
-### 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...
-```
+# 🗞️ 🌍 News Companion
+
+Stay informed and inspired!
+**News Companion** connects you to daily top headlines in the **U.S.**, helping you stay rooted at home while keeping an eye on the world.
+
+---
+
+## ✨ Features
+- 📰 Fetches **top 3 U.S. headlines** from the News API
+- 🧑💻 Displays **title, date, and description** for each article
+- 🌆 Includes **responsive article images** with uniform sizing
+- 🔗 **"Read more" buttons** opens the full story in a new tab
+- 📱 Fully **responsive design** for mobile and desktop
+
+---
+
+## 🛠️ Built With
+- **HTML5** – structure & layout
+- **CSS3** – gradients, responsive styling, hover animations
+- **JavaScript** – fetches News API data dynamically
+
+---
+
+## 📦 Installation & Setup
+1. Clone this repository:
+
+ ```bash
+git clone https://github.com/your-username/simple-api.git
+ ```
+
+2. Navigate into the project folder:
+
+ ```bash
+cd simple-api
+ ```
+
+3. Open index.html in your browser.
+
+4. Add your NEWS API key in main.js:
+
+---
+
+## 📸 Screenshot
+
+
+
+---
+
+## 💡 Future Enhancements
+
+- 🌎 Add regional or international news filters
+- 🗓️ Include a date selector for past headlines
+- 🧭 Integrate user location for local top stories
+- 🌗 Add a dark/light theme toggle
+
+## 🤝 Contributing
+
+Contributions are welcome!
+
+If you’d like to add new features, feel free to fork the repo and submit a pull request.
+
+---
+
+## 🙌🏽 Acknowledgments
+- Powered by the News API → https://newsapi.org
+- Designed to keep you connected to the headlines that matter 🗞️
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..9ffd256
--- /dev/null
+++ b/index.html
@@ -0,0 +1,44 @@
+
+
+