diff --git a/README.md b/README.md
index 788ab5a..cf4f73b 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,17 @@
-# 📊 Project: Simple API 2
-
-### 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...
-```
+# Simple API 2 Project
+
+This project fetches a joke from a jokes API and display that joke on the UI!
+
+## How It's Made:
+
+**Tech used:** HTML, CSS, and JavaScript
+
+I used html for the markup, css for the styling, andI used Javascript for the logic of this project.
+
+## Lessons Learned:
+
+I learned how to run javascript code in HTML strings, and turn the output into a number via the eval function.
+
+## Image of Project:
+
+
diff --git a/dadjokesapiimg.png b/dadjokesapiimg.png
new file mode 100644
index 0000000..e69b0fe
Binary files /dev/null and b/dadjokesapiimg.png differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..d77f6d6
--- /dev/null
+++ b/index.html
@@ -0,0 +1,18 @@
+
+
+