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.
- Host: GitHub
- URL: https://github.com/prajwalamte/calender
- Owner: PrajwalAmte
- Created: 2022-03-31T05:15:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T14:16:49.000Z (over 4 years ago)
- Last Synced: 2025-09-01T12:01:30.499Z (11 months ago)
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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