diff --git a/README.md b/README.md
index ee2d41b..5ecae89 100644
--- a/README.md
+++ b/README.md
@@ -1,45 +1,7 @@
# Mashup project
-This project is open-ended! Requirements:
-
-* Build a site that uses data from at least one external API in an interesting, interactive way.
-* Replace this README with a description of the project.
-* You are welcome to use any 3rd-party libraries/frameworks – just load them from a CDN (e.g. [cdnjs](http://cdnjs.com)), or put them under the [`vendor/`](vendor/) folder.
-* **Do not commit the `client_secret` (or anything else from an API that says "token" or "secret")**, as a hacker could use this to make requests on behalf of you.
-
-The JS code should be **non-trivial**. That being said... start simple! (Just get the data to show up on the page.) No server-side coding is required, but feel free to create a backend in whatever language if you like, if you need one.
-
-* [AJAX demos](https://github.com/advanced-js/deck/tree/gh-pages/demos/ajax)
-* [inspiration?](http://www.programmableweb.com/mashups)
-
-## Finding an API
-
-A couple things to look for in an API (or at least the endpoints you're using) for this project:
-
-* Make sure it doesn't require authentication (e.g. [OAuth](http://oauth.net/)).
- * You need a server to do this.
-* If the API doesn't support cross-domain requests (JSONP or CORS), you will need to use [JSONProxy](https://jsonp.afeld.me/).
-
-Here is a [list of API suggestions](https://gist.github.com/afeld/4952991).
-
-## V1
-
-Get the data to show up on the page.
-
-## V2
-
-First pass. Get your main feature working in the simplest way possible.
-
-## V3
-
-Iterate!
-
-* Refactor
-* Add a new feature
-
-## Bonus points
-
-* build in an object-oriented way
-* automated tests
- * [Sinon.js fakeServer](http://sinonjs.org/docs/#fakeServer) may be helpful
-* fancy interactivity/animations
+This project uses the API from theguardian.com to create a page containing a list of categories related to animals.
+A click on a category reveals a list of articles each with a headline, byline, date, picture, summary, and link to
+full article on theguardian.com.
+Each time you click on a category, a new list of articles is retrieved.
+The article list is emptied when you click on the X and close the category.
diff --git a/index.html b/index.html
index 6524157..9afa8f5 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,23 @@
-
-
- Mashup
-
-
-
+
+
+
+ Mashup
+
+
+
+
+
+
+
+
+
Animal News
+
Are you an animal lover?
+
Do you like to read about all things animal?
+
Behind each category is a list of articles courtesy of The Guardian.