A Todo app to showcase my skills in Android development.
- Add, edit, and delete tasks
- Mark tasks as completed
- Filter tasks by status (all, active, completed)
- User-friendly interface
- Languages: Java, Kotlin
- Framework: Android SDK
- Build Tool: Gradle
- Android Studio
- Android device or emulator
- Clone the repository:
git clone https://github.com/sirbor/TodoApp.git
- Open the project in Android Studio.
- Build the project:
./gradlew build
- Run the app on an emulator or a physical device.
- Open the app.
- Add a new task by clicking the "+" button.
- Edit or delete tasks by long-pressing on the task.
- Mark tasks as completed by tapping the checkbox.
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspiration
- References