A feature-rich terminal-based calendar application written in C.
Perfect for beginners who want to learn about date structures, calendar calculations, file handling, and user interaction in C.
- β View calendar of any month and year
- π View full year calendar
- π Check if a year is a leap year
- ποΈ Get the day of the week for any date
- πΎ Export monthly calendar to a
.txt
file
git clone https://github.com/zerowithzero/calendar-cli.git
cd calendar-cli
gcc main.c -o calendar
./calendar