diff --git a/README.md b/README.md
index 508586e2c29b9bae18416be71c7f6f83e0bfccc6..8a5d17fbca31372a21d98f43f88b563e6aaa0f44 100644
--- a/README.md
+++ b/README.md
@@ -33,3 +33,33 @@ sudo gunicorn -w 4 -b "0.0.0.0:80" bam:app
 ```
 
 Tested on Manjaro Linux / Python 3.8.6
+
+<details>
+<summary><strong>FAQ</strong></summary>
+
+#### Why did you make this project?
+
+I made this for the Round 2 of Amrita's CORE Lab's "Call for Developers". If you're interested, you can find the pdf with the problem statement [here](./demo/cfd.pdf).
+
+#### So, did you get selected?
+
+Yes .. and no. On 2nd January, I received the following email:
+
+![Reply](./demo/reply.png)
+
+However, I received no communication after this. I also tried contacting the mentors mentioned in the mail, but to no avail.
+
+#### The server doesn't seem to be up .. do you have any demo screenshots?
+
+Glad you asked! Here they are:
+
+![Home page](./demo/homepage.jpg)
+![Login](./demo/login.jpg)
+![Book List](./demo/booklist.png)
+![Edit a book](./demo/edit.jpg)
+
+#### This project seems pretty cool? Have you worked on other projects?
+
+Yes! Check out some of my more glamorous projects on [GitHub](https://github.com/radiantly).
+
+</details>
diff --git a/demo/booklist.png b/demo/booklist.png
new file mode 100644
index 0000000000000000000000000000000000000000..17649951507ec6d0b5bf361b34b9fc452daabb2d
Binary files /dev/null and b/demo/booklist.png differ
diff --git a/demo/cfd.pdf b/demo/cfd.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..a6a30f4d749210ac62932f00ab1b5099f5ab21c5
Binary files /dev/null and b/demo/cfd.pdf differ
diff --git a/demo/edit.jpg b/demo/edit.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..32e619115199f14c3f11c102666e1ca82493a6b6
Binary files /dev/null and b/demo/edit.jpg differ
diff --git a/demo/homepage.jpg b/demo/homepage.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..67741f321a9871d907e0e9051f03367b12895526
Binary files /dev/null and b/demo/homepage.jpg differ
diff --git a/demo/login.jpg b/demo/login.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7101a2e2d53ecd3d34f0223840f6b6b2c1d4daf1
Binary files /dev/null and b/demo/login.jpg differ
diff --git a/demo/reply.png b/demo/reply.png
new file mode 100644
index 0000000000000000000000000000000000000000..133ba69fe001d5f0bfa8b2b75009a6ffbcc2b031
Binary files /dev/null and b/demo/reply.png differ