DEMO LINK: https://best-ts-todo-list.netlify.app/
A simple to-do list, allows you to create to-do items and drag and drop them into different columns depending on the status. Data storage is implemented using local storage.
- Clone the repository
- Install dependenices. In the folder of the project run
npm i
- Run project
npm run start