Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 574 Bytes

Drag and Drop Calendar built with React , Typescript , Tailwind and Zustand.

Features

  1. Drag and Drop events.
  2. Keyboard event (delete) to delete an event.
  3. Create new resource or event.
  4. State saved locally that keeps it maintained even after hard refresh.

Installation

To run this application locally, you'll need to have Node.js and npm installed.

  1. Clone the repository: git clone https://github.com/TusharBhatt1/drag-drop-calendar.git

  2. cd drag-drop-calendar

  3. Install dependencies: npm install

Running the Application

npm run dev