Task Tracker is a simple Flutter application for tracking tasks.
- Add tasks with title and description.
- Mark tasks as completed.
- Edit existing tasks.
- Delete tasks.
- View a list of tasks.
-
Clone the repository:
git clone https://github.com/Shubham-Zone/task_tracker.git
-
Navigate to the project directory:
cd task_tracker
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Add a new task by tapping the "+" button.
- Tap on a task to mark it as completed.
- Long press on a task to edit or delete it.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a new Pull Request.