Skip to content

andresilveira1/todo-list

Repository files navigation

To Do List

Set your tasks. On this app you can organize your tasks and mark as complete when It's done or delete.

Project created with Vite, ReactJS and TypeScript.

preview


I've used this application to improve my knowledge with States, communication between components (properties), Typescript and Tailwindcss

Features

  • Create a task
  • Mark as completed
  • Show tasks progress
  • Save data on local storage
  • Delete task

For run

NPM

npm install
npm run dev

YARN

yarn
yarn dev