Skip to content

hubertjaruzal/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List

Demo - Deployed on Heroku

Run locally

  • Run yarn
  • Run yarn start

Description

This project uses React.js as a UI library and Redux for state management.

Data is saved in localStorage and Redux state.

User can:

  • Add, edit and remove todo items
  • See filtered todos: all, complete and incomplete
  • Search through todos (lowercase and uppercase letters matters)
  • Mark todos as completed or incompleted
  • Drag and drop todos to change their index