Skip to content

React application using Typescript for a To-do List, persisting data into the local storage.

Notifications You must be signed in to change notification settings

arielfprado/To-do-List

Repository files navigation

To-do List

Description

To-do list apaplication developed using React.JS and Typescript. The solution allows the user to add new to-dos, to toggle the items and also to remove the items. To persist the tasks information, local storage was used.

Preview

to-do-list-gif

How to install and run

  • First you must clone this repositorie into your local machine;
  • Then you open your terminal into the application saved;
  • Run the code "npm install" or "yarn" to install the dependencies;
  • Run the code "npm run dev" or "yarn run dev" to run the application.

About

React application using Typescript for a To-do List, persisting data into the local storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published