Skip to content

This Java application allows users to manage events with event names, dates, and details.

License

Notifications You must be signed in to change notification settings

pankaj-bind/event-calendar-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Event Calendar Management

This Java application allows users to manage events with event names, dates, and details.

Features

  • Add new events with event name, date, and optional details.
  • Edit existing events, including name, date, and details.
  • View event details.
  • Delete events.

Getting Started

Prerequisites

  • Java Development Kit (JDK) installed on your system.

Running the Application

  1. Clone the repository to your local machine.
    git clone https://github.com/your-username/event-calendar-management.git
  2. Navigate to the project directory.
    cd event-calendar-management
  3. Compile and run the application.
    javac EventCalendarManagement.java
    java EventCalendarManagement
    

Usage

  • When you run the application, a window will appear with options to Add, Edit, Delete, and View event details.
  • Click the corresponding button to perform the desired action.

Screenshots

Enter event
Enter date
Enter details
Home
Show event details

Contributing

Contributions are welcome! Please open an issue or submit a pull request with any improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This Java application allows users to manage events with event names, dates, and details.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages