A simple interactive calendar designed to help users create, edit, delete and organize tasks.
Tasks can be easily rearranged between days and reordered within the same day through drag and drop functionality.
The app also includes a search filter to quickly find tasks and displays worldwide holidays for each day.
- React
- TypeScript
- dnd kit
- Styled components
To get started with this project, follow the steps below:
-
Clone the repository:
git clone https://github.com/k-marchuk/react-calendar-dnd.git
-
Navigate into the project directory::
cd react-calendar-dnd
-
Install dependencies::
npm install
-
Start the development server::
npm run dev
This will run the app on http://localhost:5173.