Skip to content

Alicino88/simple-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple todo list built with React.js The app allows to enter a new todo and then render it on a list. The list can also be filtered according to category.

Interesting concepts reviewed while building the app:

  • Lifting-state up
  • Conditional rendering
  • filtering displayed content

The app hasn't been styled yet.