diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7045398
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# AppTracker
+A lightweight Android app tracker built with Jetpack Compose.
+
+## Screenshots
+[](readme-src/screenshot_light.png)
+[](readme-src/screenshot_dark.png)
+
+## Description
+AppTracker allows you to select specific apps to track. It then shows if the selected apps have been opened within the day and how long they were used for.
+
+## Features
+* See when apps were last opened.
+* Create custom categories to categorize tracked apps by.
+* Reminder notifications if an app hasn't been opened yet.
+* Track app usage time.
+* Multiple themes.
+* Dark mode & light mode.
+* And more...
+
+## Download
+The most recent version of the app can be downloaded from the [releases page](https://github.com/Duosion/AppTrackerNative/releases).
+
+## Credits
+* Themes provided by the [Tachiyomi](https://github.com/tachiyomiorg/tachiyomi) team.
\ No newline at end of file
diff --git a/readme-src/screenshot_dark.png b/readme-src/screenshot_dark.png
new file mode 100644
index 0000000..30f922e
Binary files /dev/null and b/readme-src/screenshot_dark.png differ
diff --git a/readme-src/screenshot_light.png b/readme-src/screenshot_light.png
new file mode 100644
index 0000000..4df1f37
Binary files /dev/null and b/readme-src/screenshot_light.png differ