A Task Manager Android app built with Kotlin and Jetpack Compose for the "Hack the Web" debugging event.
This app runs successfully but has 6 broken features that need to be fixed. Your mission is to identify and fix these bugs!
Total Possible Points: 450
- Language: Kotlin
- UI Framework: Jetpack Compose
- Architecture: MVVM (Model-View-ViewModel)
- Minimum SDK: API 24 (Android 7.0)
- Target SDK: API 34 (Android 14)
- Android Studio Hedgehog (2023.1.1) or newer
- JDK 17 or higher
- Android SDK 34
- Clone this repository
git clone https://github.com/ptsc/taskmaster-hack-the-web.git
cd taskmaster-hack-the-web-
Open the project in Android Studio
-
Sync Gradle files (Android Studio will prompt you)
-
Run the app on an emulator or physical device
- Pick an Issue: Browse the Issues tab
- Propose Solution: Comment with your approach
- Get Assigned: Wait for reviewer approval
- Fix the Bug: Make your changes
- Submit PR: Create a pull request with clear description
- Get Reviewed: Address any feedback
Fix: [Issue #X] Brief description
- Detailed explanation of the problem
- Explanation of the solution
- Any side effects or considerations
- Number of valid PRs submitted
- Difficulty of issues resolved
- Code quality and readability
- Commit message clarity
- Presentation and discussion (Round 2)
For questions or issues, contact the Rohan Vishwakarma (rohannic111@gmail.com)
Happy Coding ^_^