diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7513858
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+# My Allowance
+
+This app is just a playground of sorts for me to test the Android Architecture Components. I have no plans to publish nor maintain it, but feel free to fork it if you'd like.
+
+## Screenshots
+
+
+
+
+
+
+
+
+
+## License
+
+```
+Copyright 2018 William Brawner
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+```
diff --git a/screenshots/add-expense.jpg b/screenshots/add-expense.jpg
new file mode 100644
index 0000000..0a71a93
Binary files /dev/null and b/screenshots/add-expense.jpg differ
diff --git a/screenshots/app-shortcuts.jpg b/screenshots/app-shortcuts.jpg
new file mode 100644
index 0000000..0e3480f
Binary files /dev/null and b/screenshots/app-shortcuts.jpg differ
diff --git a/screenshots/dashboard-data.jpg b/screenshots/dashboard-data.jpg
new file mode 100644
index 0000000..0ce97e6
Binary files /dev/null and b/screenshots/dashboard-data.jpg differ
diff --git a/screenshots/dashboard-no-data.jpg b/screenshots/dashboard-no-data.jpg
new file mode 100644
index 0000000..669d7dd
Binary files /dev/null and b/screenshots/dashboard-no-data.jpg differ
diff --git a/screenshots/expenses-data.jpg b/screenshots/expenses-data.jpg
new file mode 100644
index 0000000..d24351c
Binary files /dev/null and b/screenshots/expenses-data.jpg differ
diff --git a/screenshots/expenses-no-data.jpg b/screenshots/expenses-no-data.jpg
new file mode 100644
index 0000000..1ad9ebe
Binary files /dev/null and b/screenshots/expenses-no-data.jpg differ
diff --git a/screenshots/income-no-data.jpg b/screenshots/income-no-data.jpg
new file mode 100644
index 0000000..fd44b91
Binary files /dev/null and b/screenshots/income-no-data.jpg differ