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

https://github.com/seycileli/todowithnotesapplication

This is an Application where a User can create a new ToDo Note, along with assigning a Due Date.
https://github.com/seycileli/todowithnotesapplication

java-8 java11 javafx javafx-application javafx-desktop-apps notes-app todoapp

Last synced: 3 months ago
JSON representation

This is an Application where a User can create a new ToDo Note, along with assigning a Due Date.

Awesome Lists containing this project

README

          

# To Do Task with a Note

This is a JavaFX Application.

This is an Application where a User can create a new ToDo Task as well as assigning a Due Date.

As the deadline approaches, the subject/ title of the ToDoNote will change in color.

1 Week Before, Color: Green

4 days before, Color: similar to a light green

2 days before, Color: Yellow

1 day before, Color: peachy color

DAY OF, Color: RED

The user also has the option to CREATE a new Note, with assigning a Due Date to the new note
The user can also DELETE a note

An option to View, Items that are done DAY OF, or view ALL.

The users ToDoNotes are also sorted by closest Due Date.