Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

melvinmajor/TaskList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskList

Simple program for managing personal and professional tasks

Built with Eclipse - A free and open-source IDE

The project

This project is a kind of Task List (or Todo List). As it is a minimalist version, it's meant to work with IDs and descriptions.

The application has to:

  • adequately exploits object-oriented concepts,
  • presents a graphical interface,
  • respects the MVC architecture,
  • contains at least one Collection or one Map used wisely,
  • has at least one inheritance used wisely,
  • has at least one interface that is used wisely.

Feel free to read the Wiki, written in French: TaskList Wiki!

Javadoc is available here: Javadoc on GitHub Pages

Built with

  • Built with Eclipse - Free and open-source IDE
  • OpenJDK 14 from AdoptOpenJDK used - Free and open-source binaries and scripts for Java

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.