/TaskList

Summer project for the lesson of Development App (Java), 2nd Bachelor at EPHEC

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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.