/todolist-ignite

Challenge ignite bootcamp Rocketseat

Primary LanguageTypeScript

Ignite To Do List - bootcamp

To Do List

Challenge

  • Create a new task
  • Mark/unmark a task as completed
  • Delete a task from the list
  • Show task completion progresss

Install
  npm install
Running
  npm run dev

Feature
  • Save a task on localStorage
  • Get a task list info from localStorage
  • Delete a task from localStorage