diff --git a/README.md b/README.md
index 83ce771..85b7ee6 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,72 @@
-# π 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...
-```
+# ππ Word to GIF Translator
+
+Turn your words into art! Type in any word in English to hear it spoken aloud, read its definition, and instantly see a GIF that brings it to life.
+
+---
+
+## β¨ Features
+- π Hear pronunciation played automatically (no controls shown)
+- π Fetch real definitions and examples from a dictionary API
+- ποΈ Dynamic GIF generation that visually represents your word
+- πͺ Minimalist UI with a quirky dictionary aesthetic
+- π€ Responsive design for desktop and mobile
+---
+
+## π οΈ Built With
+- **HTML5** β structure
+- **CSS3** β animations, gradients, responsive design
+- **JavaScript** β fetches from both Dictionary & Giphy APIs dynamically
+
+---
+
+## π― How to Use
+1. Open the app in your browser
+2. Type a word into the input
+3. Click "gif me!!"
+4. Listen, learn, and see your word come alive! π§π
+
+---
+
+## π¦ Installation & Setup
+1. Clone this repository:
+
+ ```bash
+git clone https://github.com/your-username/complex-api2.git
+ ```
+
+2. Navigate into the project folder:
+
+ ```bash
+cd complex-api2
+ ```
+
+3. Open index.html in your browser.
+
+
+4. Youβre ready to play with words!
+
+---
+
+## πΈ Screenshots
+
+
+
+---
+
+
+
+---
+
+## π€ Contributing
+
+Contributions are welcome!
+
+If youβd like to add new features (e.g., alternate dictionary sources, custom GIF filters, etc.), feel free to fork the repo and submit a pull request.
+
+---
+
+## ππ½ Acknowledgments
+- π§ Dictionary API: https://dictionaryapi.dev
+- ποΈ Giphy API: https://developers.giphy.com
+- π¨ Inspired by Gen-Z chaos, random words, and internet culture
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..b38b7b6
--- /dev/null
+++ b/index.html
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+ Word to Speech/Gif App
+
+
+
+
+
+