Calendar App

Prerequisites

Before you begin, ensure you have the following installed:

Installation

Follow these steps to clone the repository, install dependencies, and run the application.

1. Clone the Repository

First, clone the repository to your local machine using the following command:

git clone https://github.com/SumanKisku/calendar-app.git

2. Install Dependencies

Navigate to the project directory and install the necessary dependencies using npm:

cd calendar-app
npm install

3. Run the Application

Start the development server with the following command:

npm run dev

4. Open the Application

Once the development server is running, open your browser and navigate to:

http://localhost:5173

You should now see the Calendar App running locally!

Features

  • Add events to your calendar.
  • Delete existing events.
  • Drag and Drop events
  • Persistent events with localstorage