diff --git a/README.md b/README.md
index d8d6388..a74a8a5 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,71 @@
-# 📊 Project: Complex API
-
-### 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...
-```
+# 🌍 💸 Travel & Currency Explorer
+
+Search any country to learn about the region, capital and more while staying current with **live exchange rates** to the USD!
+
+---
+
+## ✨ Features
+- 🌏 Search any country by name
+- 🏛️ Display country information: continent, population, etc.
+- 🏴 Show country flag and coat of arms (if applicable)
+- 💱 Fetch live currency exchange rates to USD
+- 📱 Fully responsive and modern design
+- 🔗 Quick link to map for the country
+---
+
+## 🛠️ Built With
+- **HTML5** – structure
+- **CSS3** – animations, gradients, responsive design
+- **JavaScript** – fetch REST Countries API & AbstractAPI Exchange Rates API dynamically
+
+---
+
+## 🎯 How to Use
+1. Open the app in your browser
+2. Click **Take me there!**
+3. Explore country details and live currency rate
+
+---
+
+## 📦 Installation & Setup
+1. Clone this repository:
+
+ ```bash
+git clone https://github.com/your-username/complex-api.git
+ ```
+
+2. Navigate into the project folder:
+
+ ```bash
+cd complex-api
+ ```
+
+3. Open index.html in your browser.
+
+4. Add your REST Countries API and AbstractAPI Exchange Rates API key in main.js:
+
+---
+
+## 📸 Screenshots
+
+
+
+---
+
+
+
+---
+
+## 🤝 Contributing
+
+Contributions are welcome!
+
+If you’d like to add new features (e.g., additional country info, multiple currencies, dark mode), feel free to fork the repo and submit a pull request.
+
+---
+
+## 🙌🏽 Acknowledgments
+- REST Countries API: https://restcountries.com
+- AbstractAPI Exchange Rates: https://www.abstractapi.com/exchange-rates-api
+- Inspired by travelers and explorers everywhere 🌏
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..585bcab
--- /dev/null
+++ b/index.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+ Travel & Currency App
+
+
+
+
+
+
+