Skip to content

This is a simple calendar application written in C language. It allows users to: View the calendar for a particular month, Add events for specific days, View events for a particular month or day.

Notifications You must be signed in to change notification settings

GET-UNKNOWN-ERR0R/event-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Calendar Application

This is a simple calendar application written in C. It allows users to:

  • View the calendar for a particular month
  • Add events for specific days
  • View events for a particular month or day

events-output

Features:

  • Display a calendar for a specific month and year
  • Add events to specific days
  • View events for a particular month or day

Requirements:

  • GCC compiler for Linux or MinGW for Windows

How to Run

On Linux:

  1. Clone this repository:
    git clone https://github.com/GET-UNKNOWN-ERR0R/event-calendar.git
    cd event-calendar
    chmod +x run.sh
    ./run.sh

Manually:

  1. Clone this repository:
    git clone https://github.com/GET-UNKNOWN-ERR0R/event-calendar.git
    cd event-calendar
    gcc main.c calendar.c -o event-calendar
    ./event-calendar

License:

About

This is a simple calendar application written in C language. It allows users to: View the calendar for a particular month, Add events for specific days, View events for a particular month or day.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published