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.
- Host: GitHub
- URL: https://github.com/seycileli/todowithnotesapplication
- Owner: seycileli
- Created: 2020-07-04T19:25:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T22:49:36.000Z (about 5 years ago)
- Last Synced: 2025-03-12T00:51:13.084Z (7 months ago)
- Topics: java-8, java11, javafx, javafx-application, javafx-desktop-apps, notes-app, todoapp
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 noteAn option to View, Items that are done DAY OF, or view ALL.
The users ToDoNotes are also sorted by closest Due Date.