https://github.com/zerowithzero/calendar-cli
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. #CProgramming #CalendarApp #CLanguage #OpenSource #LearnC #GitHubProject #CLearning #TerminalApp #CForBeginners #CProjects
https://github.com/zerowithzero/calendar-cli
c calendar calendar-app clanguage cprogramming cprogramming-project cprograms cproject cprojects learnc open-source terminal terminal-app terminal-based
Last synced: 20 days ago
JSON representation
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. #CProgramming #CalendarApp #CLanguage #OpenSource #LearnC #GitHubProject #CLearning #TerminalApp #CForBeginners #CProjects
- Host: GitHub
- URL: https://github.com/zerowithzero/calendar-cli
- Owner: zerowithzero
- License: mit
- Created: 2025-06-24T01:29:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T01:43:37.000Z (11 months ago)
- Last Synced: 2025-06-24T02:34:07.050Z (11 months ago)
- Topics: c, calendar, calendar-app, clanguage, cprogramming, cprogramming-project, cprograms, cproject, cprojects, learnc, open-source, terminal, terminal-app, terminal-based
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📅 Simple Calendar App in C
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.
---
## 🔧 Features
- ✅ 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
---
## 🚀 Getting Started
### 1. Clone the repository
```bash
git clone https://github.com/zerowithzero/calendar-cli.git
cd calendar-cli
gcc main.c -o calendar
./calendar