SumanKisku / calendar-app

Home Page:https://calendar-webapp.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://calendar-webapp.netlify.app/


Languages

Language:TypeScript 91.9%Language:JavaScript 3.9%Language:CSS 2.2%Language:HTML 2.0%