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

https://github.com/prajwalamte/calender

This project was created for the course "Problem Solving with C Programming". It is coded using C language. Intended for educational purposes.
https://github.com/prajwalamte/calender

Last synced: about 1 month ago
JSON representation

This project was created for the course "Problem Solving with C Programming". It is coded using C language. Intended for educational purposes.

Awesome Lists containing this project

README

          

# Calendar

**First Engineering project** — Created in the first year of B.E. Engineering program for the course "Problem Solving with C Programming".

## Overview
This is a console-based calendar application that generates a complete calendar for any given year. It handles leap years correctly and displays months in a traditional weekly grid format.

## About This Project
This project represents my early journey into software development. It implements fundamental programming concepts including:
- Functions and algorithmic thinking
- Conditional logic and loops
- Array manipulation
- Date calculations using mathematical formulas

## Technical Details
- **Language:** C
- **Platform:** Tested on Windows (uses Windows-specific color command)
- **Purpose:** Educational

## How to Use
1. Compile the C file using a C compiler
2. Run the executable
3. Enter the year when prompted
4. View the complete calendar for that year

## Files
- `calender.c` — Source code (can be modified and recompiled)
- `README.md` — This file
- `LEARNING.md` — Key learnings and implementation details