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

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

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