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