The React ToDo using TypeScript and Drag-and-Drop Technology
- Drag and Drop Animation
- Editing todos
- Deleting todos
- Mark todo as done
Development took 1 day
Clone the project
git clone https://github.com/thatsfov1/typescript-advanced-todo.git
Go to the project directory
cd typescript-advanced-todo
Install dependencies
npm install