Skip to content

MalinSkill/project-todos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Todos

Create a to-do list using redux.

In the list you should be able to:

  • list all tasks - completed or uncompleted.
  • be able to mark an uncompleted task as complete (and change it back to uncompleted).
  • be able to add and remove tasks.
  • should show a count of either all tasks or all uncompleted tasks (or both).

The problem

I started by creating a sketch of the different components, figuring out which needed to do what. I choose a design from behance to have as inspiration for my own layout. I used redux and styled components to structure it. I feel like I got a better understanding of the Redux state by doing this project.

If I had more time, I would look into adding more functionality like due date, filtering completed/uncompleted and adding categories.

View it live

To do list

About

Redux project: Build a todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • HTML 10.4%
  • CSS 2.6%