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

https://github.com/aadewunmi/todo_list

A Todo List application, implemented using the Model View Controller (MVC) architectural design patten and written in Java 8 (using Java FX for it's User Interface).
https://github.com/aadewunmi/todo_list

java-8 javafx mvc-architecture todo-list todo-list-application

Last synced: about 1 month ago
JSON representation

A Todo List application, implemented using the Model View Controller (MVC) architectural design patten and written in Java 8 (using Java FX for it's User Interface).

Awesome Lists containing this project

README

        

# Todo List Project
## Project Brief:
Design and Implement a Todo List application, using Java 8 and Java FX for it's User Interface.
## Installing:
1. Clone the repo

```
https://github.com/AAdewunmi/ToDo_List.git
```

2. Open Project Folder

3. Explore

Enjoy :)
## UI Screenshots
1. Opening Screen

![Image description](src/com/kuranga/todolist/Image_1.png)

2. Today's Item Screen

![Image description](src/com/kuranga/todolist/Image_2.png)

3. Add New Item Screen

![Image description](src/com/kuranga/todolist/Image_3.png)

4. Delete Item Screen

![Image description](src/com/kuranga/todolist/Image_4.png)