https://github.com/arkantrust/task-tracker
Task Track is a to-do app that lets you organize your tasks.
https://github.com/arkantrust/task-tracker
Last synced: 8 months ago
JSON representation
Task Track is a to-do app that lets you organize your tasks.
- Host: GitHub
- URL: https://github.com/arkantrust/task-tracker
- Owner: arkantrust
- License: mit
- Created: 2023-09-26T19:03:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:36:54.000Z (over 2 years ago)
- Last Synced: 2025-03-23T17:59:19.861Z (about 1 year ago)
- Language: Java
- Size: 719 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task Tracker
## [](https://github.com/Arkantrust/task-tracker/actions/workflows/maven.yml)
Task Tracker is a to-do app that lets you organize your tasks.
## Developers
| Name | Github |
| --- | --- |
| David Dulce | [Arkantrust](https://github.com/Arkantrust) |
| Nicolas Cardona | [NicolasC101](https://github.com/NicolasC101) |
| Juan Eraso | [JuanEstebanEraso](https://github.com/JuanEstebanEraso) |
## [Requirements](https://docs.google.com/document/d/1bUBshSkx8HD5boQoSkGWdruNlDM0Ph8V/edit?usp=sharing&ouid=111096634640690343738&rtpof=true&sd=true)
## Prerequisites
- [Java](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html)
- [Maven](https://maven.apache.org/download.cgi)
## Features
### Core
- Create tasks
- Create reminders
- Delete tasks
- Delete reminders
- Edit tasks
- Edit reminders
- Mark tasks as high priority
- Mark tasks as status: complete/incomplete
- Undo
- Redo
- Exit
### Viewing
- Filter tasks by priority
- Filter tasks by date
- Sort tasks by date
- Sort tasks by priority
- Sort tasks by status
## Running the app
``` bash
mvn javafx:run
```