This is a group project for the Object-Oriented Programming-II course at Harokopio University of Athens – Dept. of Informatics and Telematics. The project is a Calendar Management Application, developed in two distinct parts.
- Part 1 is a command-line application.
- Part 2 is a graphical user interface (GUI) application.
.
├── Part1/
| ├── Calendar/
│ ├── src/
| ├── greece.ics (sample calendar)
│ ├── pom.xml
│ └── README.md (Part 1 README file)
├── Part2/
| ├── Calendar/
│ ├── src/
│ ├── calendar_logo.png
│ ├── pom.xml
│ └── README.md (Part 2 README file)
├── .gitignore
├── LICENSE (MIT license)
├── README.md (root README file)
└── report_el.pdf (project report in greek)
For more detailed information on each part, please refer to the respective README.md files:
- Name: Exarchou Athos
- Student ID: it2022134
- Email: [email protected], [email protected]
This project is licensed under the MIT License.