The Modern Calendar App is a web-based calendar application that allows users to view and manage events for different dates. It provides a user-friendly interface for adding, editing, and deleting events.
- Display a monthly calendar with the ability to navigate to the previous and next months.
- Click on a date to view and manage events for that date.
- Add events with descriptions.
- Edit and update event details.
- Delete events.
- Responsive design for mobile and desktop.
- HTML5
- CSS3
- JavaScript
To run this calendar app locally, follow these steps:
- Clone this repository to your local machine.
git clone https://github.com/jinosabu1999/modern-calendar-app.git
-
Open the
index.html
file in your web browser. -
You can now use the calendar app to view and manage events.
Additionally, there is a VB.NET version of the calendar app available. You can find the VB.NET code in the vbnet
directory of this repository.
To run the VB.NET version:
-
Open the
ModernCalendarAppVB.sln
solution file in Visual Studio. -
Build and run the application.
- Click the left and right arrow buttons to navigate between months.
- Click on a date in the calendar to view and manage events for that date.
- Add events by entering a description in the "Add an event" input field and clicking "Add Event."
- Edit events by clicking the "Edit" button next to an event.
- Delete events by clicking the "Delete" button next to an event.
Contributions are welcome! If you find a bug or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- This project was inspired by the need for a simple and modern calendar app for personal use.