SmartTask is a productivity and task-management app built using MIT App Inventor. It’s designed to help users efficiently organize, track, and complete their daily tasks through a clean, minimal, and intelligent interface.
SmartTask automatically sorts tasks by priority and due date, ensuring you never miss what matters most. With a simple yet powerful interface, it bridges usability and smart task management for everyday efficiency.
- 🗓️ Smart Task Scheduling: View upcoming tasks categorized by their due date.
- ⏰ Deadline Management: Displays overdue, current, and future tasks automatically.
- ✅ Completion Tracking: Mark tasks as completed in real-time and monitor your progress.
- 📱 Clean & Intuitive UI: Simple, distraction-free design tailored for productivity.
- 💾 Local File Storage: Tasks are stored locally on your device for quick access and reliability.
- 🤖 AI-Driven Suggestions (Coming Soon): Smart recommendations to prioritize your workload.
- Frontend: MIT App Inventor
- Backend: Logic implemented using App Inventor Blocks (no external server)
- File Handling: Local storage using App Inventor’s File component
SmartTask/
│
├── assets/
│ ├── icons/ # App icons, splash images
│ └── backgrounds/ # Background images for UI screens
│
├── docs/
│ └── demo/ # Screenshots, videos, or GIFs showing app demo
│
├── backend/
│ └── logic_blocks.png # Screenshot/export of main backend logic
│
├── frontend/
│ └── ui_design.png # Screenshot of the UI design
│
├── SmartTask.aia # Main App Inventor project file
│
├── LICENSE # Open-source license
├── .gitignore # Ignored files list for Git
└── README.md # Project documentation
---
## 🧰 Installation
1. Download the `SmartTask.aia` file from this repository.
2. Open [MIT App Inventor](https://appinventor.mit.edu/).
3. Import the `.aia` file (`Projects > Import project (.aia) from my computer`).
4. Build the app and install the generated `.apk` file on your Android device.
---
## 🚀 Future Enhancements
- Integration of AI-powered task prioritization
- Cloud storage and multi-device sync
- Notifications and reminders
- Voice input for quick task creation
- Quick Quizzes(Gamification)
- Streak Calculation
---
## 👨💻 Author
**Arham Muazziz**
Student • Developer • All-Rounder Awardee • Singer
📧 Contact: arhammuazziz08jan@gmail.com
---
## 📝 License
This project is open-source under the [MIT License](LICENSE).
Feel free to use, modify, and distribute it with proper credit.
---