A fully functional Android task management application that delivers reliability, ease of use, and an intuitive design to enhance productivity.
โ Smart Task Categorization โ Organize tasks into categories for better clarity.
โฐ Timely Notifications โ Get reminders exactly when needed to stay on top of important tasks.
๐ Productivity Insights โ View daily, weekly, and monthly summaries to track progress and efficiency.
๐ฑ Modern UI with Jetpack Compose โ A clean, intuitive, and fluid interface for a seamless experience.
- Android Studio
- Android device running Android 7.0 (Nougat) or higher
-
Clone the repository
git clone https://github.com/kite1412/android-taskify.git
-
Open the downloaded repository in Android Studio
-
Simply click run (
โถ๏ธ ) button at the top of the Android Studio to install and launch the app.
-
Clone the repository
git clone https://github.com/kite1412/android-taskify.git
-
Open the downloaded repository in Android Studio
-
Navigate to Build > Generate Signed APP Bundle / APK
-
Select APK to build signed APK
-
Choose an existing
.jksfile or create a new one to sign the APK -
Select release as Build Variants then Create, wait for the APK file generation to complete
-
In project's root directory, run following command:
adb install app/release/app-release.apk