diff --git a/README.md b/README.md
index c7462c5..3c495f8 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,113 @@
-# Bitotsav-19
-Official app for Bitotsav 19
+# Bitotsav '19
+
+
+
+The official app for the 29th edition of Bitotsav, BIT Mesra's annual socio-cultural fest.
+
+Note: The functionality of the app is limited after the fest, as the servers are offline, but most of the data related to events and rankings has been preserved as json for archival purposes, and full functionality exists in the code.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Permissions
+
+No explicit permissions are used by this app, but it does prompt users of devices of certain manufacturers to enable autostart and disable battery optimization to ensure timely delivery of notifications.
+
+## Tech
+
+### Overview
+
+- Developed in **Kotlin** with **Android Studio Canary** as IDE and latest technologies such as AndroidX, Jetpack Architecture Components, Coroutines etc.
+- MVVM architecture
+- Feature based package structure
+
+### Android SDK Components
+
+- AndroidX
+- Navigation
+- Room
+- WorkManager
+- Data Binding
+- Live Data
+- ViewModel
+- Palette
+
+### Network Libraries
+
+- [Retrofit 2](https://github.com/square/retrofit) by Square
+- [Gson](https://github.com/google/gson) by Google
+- Firebase (FCM)
+- Safety Net (reCAPTCHA v2)
+
+### Other Third Party Libraries
+
+- [Koin 2 (Beta)](https://github.com/InsertKoinIO/koin) by [InsertKoin.io](insert-koin.io)
+- [Retrofit Kotlin Coroutine Adapter](https://github.com/JakeWharton/retrofit2-kotlin-coroutines-adapter) by Jake Wharton
+- [AppKillerManager](https://github.com/thelittlefireman/AppKillerManager/tree/master) by thelittlefireman
+- [Smart App Rate](https://github.com/codemybrainsout/smart-app-rate) by Code My Brains Out
+- [Glide](https://github.com/bumptech/glide) by Sam Judd
+- [Android image slider](https://github.com/smarteist/android-image-slider) by Smarteist
+
+### Other Tech
+
+- Git Workflow - [Gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) (using [gitflow-avh](https://github.com/petervanderdoes/gitflow-avh))
+- Versioning - [Semantic Versioning 2.0.0](https://semver.org/)
+
+## TODO
+
+- [ ] Tests
+- [ ] Better documentation
+
+## License
+
+```
+Copyright 2019 Aakarshit Uppal, Ashank Anshuman
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+```
\ No newline at end of file
diff --git a/art/ic_launcher-web.png b/art/ic_launcher-web.png
new file mode 100644
index 0000000..222a2cc
Binary files /dev/null and b/art/ic_launcher-web.png differ
diff --git a/art/screen1.jpeg b/art/screen1.jpeg
new file mode 100644
index 0000000..5ff1a13
Binary files /dev/null and b/art/screen1.jpeg differ
diff --git a/art/screen2.jpeg b/art/screen2.jpeg
new file mode 100644
index 0000000..84d4e91
Binary files /dev/null and b/art/screen2.jpeg differ
diff --git a/art/screen3.jpeg b/art/screen3.jpeg
new file mode 100644
index 0000000..fc81c6c
Binary files /dev/null and b/art/screen3.jpeg differ
diff --git a/art/screen4.jpeg b/art/screen4.jpeg
new file mode 100644
index 0000000..3abc45b
Binary files /dev/null and b/art/screen4.jpeg differ
diff --git a/art/screen5.jpeg b/art/screen5.jpeg
new file mode 100644
index 0000000..522d3e5
Binary files /dev/null and b/art/screen5.jpeg differ
diff --git a/art/screen6.jpeg b/art/screen6.jpeg
new file mode 100644
index 0000000..69b4366
Binary files /dev/null and b/art/screen6.jpeg differ
diff --git a/art/screen7.jpeg b/art/screen7.jpeg
new file mode 100644
index 0000000..dbff71d
Binary files /dev/null and b/art/screen7.jpeg differ
diff --git a/art/screen8.jpeg b/art/screen8.jpeg
new file mode 100644
index 0000000..fb38dae
Binary files /dev/null and b/art/screen8.jpeg differ
diff --git a/art/screen9.jpeg b/art/screen9.jpeg
new file mode 100644
index 0000000..4653abe
Binary files /dev/null and b/art/screen9.jpeg differ