Skip to content

react app lets you add, edit, remove todos, mark todos as complete and filter through them. (with localStorage)

Notifications You must be signed in to change notification settings

annavu/todo-reactapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo ReactApp

with this app you can:

  • add, edit, remove todos
  • mark them as "complete"
  • search through todos
  • filter todos: all, complete, incomplete

App has some todos assigned by default, but it also uses localStorage so you can click and remove defaults and then use this app with your own todos.

Enjoy!

jump here to see LIVE

(suggestion: open this app in chrome)


Setup

to run project clone or download this repository, then:

$ cd todo-reactapp

install dependencies:

$ npm install

start the app (dev-server):

$ npm start

to create production build use:

$ npm run build

About

react app lets you add, edit, remove todos, mark todos as complete and filter through them. (with localStorage)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published