Skip to content

isabellwastfelt/project-todos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Todos

This week I have build a to-do app with redux. In the app you should be able to add tasks, see a list of task and toggle whether a task is done or not.

The problem

I started out by drawing it all up on jamboard so I could see how many components I needed and also what information I should have in my reducer. I also draw how I wanted my app to look like. After that I started out with adding my components and reducers and completing them one by one. This week I also tried to make some styling with styled components. If I had more time I would add a image when you have no tasks left.

View it live

Link to the project: https://make-it-happen-week.netlify.app/

About

Redux project: Build a todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • CSS 22.7%
  • HTML 9.0%