diff --git a/README.md b/README.md
index 0698a0d..f1cc806 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,14 @@ That’s the organization I got the opportunity to contribute to this summer.
My project aims at creating a step-by-step form to help beginners submit a Wikipedia edit request. An edit request is a request for someone to change some text in an article. Edit requests are an important part of Wikipedia. The form created in this project will help the edit requests comply with Wikipedia policy. It will be developed as a Wikipedia user script that shows a form for submitting a Wikipedia edit request, with high-quality guidance and error messages, suitable for use by beginners, and a backend server that the user script will make calls to for validation of source and quote.
-// Adding final project pics and code snippets here (pending)
+
![GSoC with WMF](/demos/1.png)
+![GSoC with WMF](/demos/2.png)
+![GSoC with WMF](/demos/3.png)
+![GSoC with WMF](/demos/4.png)
+![GSoC with WMF](/demos/5.png)
+
+Edit Request on Talk page
+![GSoC with WMF](/demos/edit request.png)
## 📌Final Words
diff --git a/demos/1.png b/demos/1.png
new file mode 100644
index 0000000..769506a
Binary files /dev/null and b/demos/1.png differ
diff --git a/demos/2.png b/demos/2.png
new file mode 100644
index 0000000..c67aaa3
Binary files /dev/null and b/demos/2.png differ
diff --git a/demos/3.png b/demos/3.png
new file mode 100644
index 0000000..ad9b736
Binary files /dev/null and b/demos/3.png differ
diff --git a/demos/4.png b/demos/4.png
new file mode 100644
index 0000000..eb0a451
Binary files /dev/null and b/demos/4.png differ
diff --git a/demos/5.png b/demos/5.png
new file mode 100644
index 0000000..6560c0a
Binary files /dev/null and b/demos/5.png differ
diff --git a/demos/edit request.png b/demos/edit request.png
new file mode 100644
index 0000000..35e8c16
Binary files /dev/null and b/demos/edit request.png differ