diff --git a/README.md b/README.md
index 83ce771..cca883a 100644
--- a/README.md
+++ b/README.md
@@ -2,21 +2,14 @@
### 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...
-```
+This music/lyrics API project allows a user to enter an artist name and a song title and then display the artist information from the MusicBrainz API and their song lyrics from the Lyrics.ovh API.
+
+Find the live demo at https://ishelvirakeira.github.io/complex-api2-bootcamp/
+
+
+
+
+Tools used: HTML, CSS, and JavaScript, APIs
+
+I learned how to read nested data structures such as arrays and objects from APIs and how to style the lyrics section by using overflow-y.
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7ac7b64
--- /dev/null
+++ b/index.html
@@ -0,0 +1,29 @@
+
+
+