https://github.com/ananyatrivedi4102005/calculator
This C++ calendar-based calculator allows users to navigate through months and years using arrow keys. It includes features like leap year handling, a "goto" function to jump to specific dates, and a user-friendly interface with color-coded weekends. The design is responsive and dynamic, adapting to user input.
https://github.com/ananyatrivedi4102005/calculator
calculator calender cpp responsive responsive-design
Last synced: 7 months ago
JSON representation
This C++ calendar-based calculator allows users to navigate through months and years using arrow keys. It includes features like leap year handling, a "goto" function to jump to specific dates, and a user-friendly interface with color-coded weekends. The design is responsive and dynamic, adapting to user input.
- Host: GitHub
- URL: https://github.com/ananyatrivedi4102005/calculator
- Owner: AnanyaTrivedi4102005
- Created: 2024-12-12T10:20:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T12:12:10.000Z (9 months ago)
- Last Synced: 2025-01-21T13:13:16.356Z (9 months ago)
- Topics: calculator, calender, cpp, responsive, responsive-design
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
A simple calendar-based calculator built in C++ that displays the calendar of any specified month and year. This project demonstrates the use of console-based UI, arrow key navigation, and date calculations.
## Features
- Calendar Navigation: Navigate through years and months using arrow keys.
- Leap Year Handling: Automatically adjusts for leap years.
- Goto Functionality: Jump directly to a specific year and month.
- User-Friendly Interface: Displays days with proper alignment and color-coded for weekends.
- Responsive Design: Adapts to user input and updates the calendar dynamically.This project is open-source and can be used or modified for personal and educational purposes.