https://github.com/n1ghtf1re/todolist-on-java
Easy todo-list
https://github.com/n1ghtf1re/todolist-on-java
Last synced: 6 months ago
JSON representation
Easy todo-list
- Host: GitHub
- URL: https://github.com/n1ghtf1re/todolist-on-java
- Owner: N1ghtF1re
- Created: 2018-02-07T15:45:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T08:17:04.000Z (over 7 years ago)
- Last Synced: 2025-02-19T05:45:38.831Z (8 months ago)
- Language: Java
- Size: 365 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todo List
--------------------
Todo List - This is a simple task scheduler where you can add / delete the task you need for a specific day. You can view tasks for today, tomorrow, and tasks for the entire period.
The application uses a database JDBC for their work. In the future it is planned to transfer everything to MySQL.Getting started
--------------------
Just open the application and add a new task through a convenient text field.#### Language: Java