diff --git a/README.md b/README.md
index f003aaa..190dcc7 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
fridges-api
@@ -29,7 +29,11 @@ Built from the Backend (**Rest APIs and FLASK**) Workshop by [@lucentfong](https
5. **Run the flask server.** You can do this by running the command `flask run`.
6. **Run api_test.py.** Open another terminal and run `python api_test.py` (may be `python3` for unix).
-You should be able to see the requests run with outputs on the terminal running the server and the requests script! ๐
+You should be able to see the requests run with outputs on both terminals! ๐
+
+Here is a demo going through all the steps on [binder](https://mybinder.org/v2/gh/rzmk/fridges-api/HEAD):
+
+
Feel free to change values within `app.py` and `api_test.py`.
diff --git a/binder_demo.gif b/binder_demo.gif
new file mode 100644
index 0000000..d239624
Binary files /dev/null and b/binder_demo.gif differ