diff --git a/README.md b/README.md
index dc3fe51520efa10298c2c4825ea30b20bfbded6f..e81ba636f555c6dcd4c0278abc752aa1ae8c9d47 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,34 @@ BondoApp is an application to document transactions (income and expenses) implem
 - GSON
 - etc. (take a look at ./app/build.gradle.kts)
 
+## Screenshots
+### Splash
+![splash](screenshots/splash.png)
+
+### Log In
+![login](screenshots/login.png)
+
+### Empty Transactions
+![empty-transactions](screenshots/empty-transactions.png)
+
+### Transactions
+![transactions](screenshots/transactions.png)
+
+### Scan
+![scan](screenshots/scan.png)
+
+### Chart
+![chart](screenshots/chart.png)
+
+### Chart Horizontal
+![chart-horizontal](screenshots/chart-horizontal.png)
+
+### Settings
+![settings](screenshots/settings.png)
+
+### Tweebs
+![tweebs](screenshots/tweebs.png)
+
 ## Task Distribution
 | ID       | Name               | Tasks                                                                                                     |
 |----------|--------------------|-----------------------------------------------------------------------------------------------------------|
diff --git a/screenshots/chart-horizontal.png b/screenshots/chart-horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..84d752d987aabb73696cdb33a07c22e8f15b35d0
Binary files /dev/null and b/screenshots/chart-horizontal.png differ
diff --git a/screenshots/chart.png b/screenshots/chart.png
new file mode 100644
index 0000000000000000000000000000000000000000..10740c4b8c290cb31378f312addc2bcd6a2abe78
Binary files /dev/null and b/screenshots/chart.png differ
diff --git a/screenshots/empty-transactions.png b/screenshots/empty-transactions.png
new file mode 100644
index 0000000000000000000000000000000000000000..9e07efd18be14b0ec0d3d1d33a3507c605bc420b
Binary files /dev/null and b/screenshots/empty-transactions.png differ
diff --git a/screenshots/login.png b/screenshots/login.png
new file mode 100644
index 0000000000000000000000000000000000000000..9304d4ac40a92a94b91e3026b11a4e37bcf4ba00
Binary files /dev/null and b/screenshots/login.png differ
diff --git a/screenshots/scan.png b/screenshots/scan.png
new file mode 100644
index 0000000000000000000000000000000000000000..b77ff9d66756f5e335ff3ce2dcd06191e4ee8982
Binary files /dev/null and b/screenshots/scan.png differ
diff --git a/screenshots/settings.png b/screenshots/settings.png
new file mode 100644
index 0000000000000000000000000000000000000000..34439eac05c4517be0b260886daaadf22595c32b
Binary files /dev/null and b/screenshots/settings.png differ
diff --git a/screenshots/splash.png b/screenshots/splash.png
new file mode 100644
index 0000000000000000000000000000000000000000..5b0fae26f4f11bc75582f887e59a5d2d2503c9bd
Binary files /dev/null and b/screenshots/splash.png differ
diff --git a/screenshots/transactions.png b/screenshots/transactions.png
new file mode 100644
index 0000000000000000000000000000000000000000..d0bd45dca2a9dbe811a76bb3518e56bd6ed0e24a
Binary files /dev/null and b/screenshots/transactions.png differ
diff --git a/screenshots/tweebs.png b/screenshots/tweebs.png
new file mode 100644
index 0000000000000000000000000000000000000000..c381545420f4f9b59c267fc2ad3e4e6a30f79ba2
Binary files /dev/null and b/screenshots/tweebs.png differ