An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Task Tracker

## [![Java CI with Maven](https://github.com/Arkantrust/task-tracker/actions/workflows/maven.yml/badge.svg?branch=main)](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
```