Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 387 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 387 Bytes

To Do List

DEMO LINK: https://best-ts-todo-list.netlify.app/

Overview

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.

Setup

  1. Clone the repository
  2. Install dependenices. In the folder of the project run npm i
  3. Run project npm run start