Skip to content

ariallahyar/project-todos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Todos

The purpose of this project was to continue working with Redux by building a to-do app. The minimum requirements are an app where a user can:

  • List all todo tasks, completed or incomplete
  • Mark an uncompleted task as complete, and change it back to incomplete
  • Add tasks
  • Remove taks
  • See a count of completed tasks compared to total number of tasks

Stretch goals reached:

  • Included a timestamp in the correct local format
  • Using Styled Components instead of vanilla CSS.

View it live

https://gsd-tool.netlify.app/

About

Week 14: Redux reducers and actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • HTML 3.6%