diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4e68f16
--- /dev/null
+++ b/README.md
@@ -0,0 +1,53 @@
+
+
+# Poll Booth
+Poll Booth is a free live polling tool for engaging audience of all size. Capture powerful feedback instantly during virtual meetings, classes, events, and more.
+
+
+## Live
+
https://pollbooth.herokuapp.com/+ +## Set up + +##### Clone the repository + +```bash +git clone https://github.com/SaranshDawra/Live-Polling.git +``` + +##### Move to the desired folder + +```bash +cd Live-Polling +``` + +##### Set Environment Variables + +* Create a `.env` file and add the following + +```bash +MONGODB_URI=Your MongoDB URL +``` + +##### Install Dependencies + +```bash +npm install +cd client +npm install +``` + +##### Run + +```bash +# Run frontend (:3000) & backend (:5000) +npm run dev + +# Run frontend +npm run client + +# Run backend +npm run server +``` + +[](https://www.linkedin.com/in/saranshdawra/) \ No newline at end of file diff --git a/images/Banner.png b/images/Banner.png new file mode 100644 index 0000000..1dfeed2 Binary files /dev/null and b/images/Banner.png differ