I made this project in my Freshman Year (March 23, 2018) but uploaded to Github on August 27, 2019. It is written in C++. It is a simple Calendar application which displays current date on its home page. Using the option given in the menu, user can jump to specific date and even to specific month.
Prerequities
- C++ Compiler (GNU MingW i.e. g++)
- Git BASH , if you want to use command line in Windows
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Follow given steps :-
- Clone this repo to your local machine
https://github.com/mauryahimanshu/Calendar-Management-System.git
- To clone using command line (Git BASH needs to installed windows), run following commands
$ git clone https://github.com/mauryahimanshu/Calendar-Management-System.git
$ cd Calendar-Management-System
or
- by clicking on Green "Clone and Download" Button.
- To compile the source file
$ g++ calendar.cpp -o calendar.exe
- Run the compiled program by double clicking it (Recommended) or using command line as follows
$ ./calendar.exe
- Home Page
- Jump to Date
- About
-
🍴 Fork this repo!
-
👯 Clone this repo from your github account to your local machine
- HACK AWAY! 🔨🔨🔨
-
🔃 Create a new pull request.