An open API service indexing awesome lists of open source software.

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

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