The Calendar project is a simple Java console application that allows users to view the monthly calendar of a given year. The project, authored by Ronald Bauer, provides an interactive way to navigate through months and years, starting from 1980 onwards.
- Year and Month Input: Users can input the year (starting from 1980) and month (1-12) to view the corresponding calendar.
- Interactive Loop: The application runs in a continuous loop, allowing multiple queries without restarting.
- Leap Year Support: Correctly calculates days in a month, accounting for leap years.
- Input Validation: Checks for valid year (1980 onwards) and month (1-12) inputs.
- Java Development Kit (JDK) 8 or above.
- Clone the repository to your local machine:
git clone https://github.com/xotlr/calendar-project.git
- Navigate to the project directory:
cd calendar-project
Execute the following command in the terminal:
java calendar.Calendar