Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 554 Bytes

README.md

File metadata and controls

47 lines (25 loc) · 554 Bytes

Advanced ToDo 💡📝

The React ToDo using TypeScript and Drag-and-Drop Technology

Features

  • Drag and Drop Animation
  • Editing todos
  • Deleting todos
  • Mark todo as done

FAQ

How long has it been in development?

Development took 1 day

Screenshots

App Screenshot

Run Locally

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