The Calendar project is a standalone application designed to print the Gregorian calendar for any year of the user's choosing.
The project is a byproduct of a high school Computer Science subject using the C++ language. The current version is a modified version using the latest Java version.
- Programming Languages: Java
- Development Tools: Eclipse, Git for version control
- A mocked user login system (Password is 007)
- A user prompt for entering the preferred year
- An algorithm to print the respective Gregorian calendar
Execute Calendar.java file
This was an individual project. I was responsible for the entire development process, including designing the user interface, implementing the logic, and testing the application.