Skip to content

Yu-Miao222/project-todos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Todos

This TO-DO app built in React Redux, using Redux-toolkit and Styled components. Focused on creating slice, reducer, action, how to structure a Redux store and interact with the store using useSelector and useDispatch. In the to-do app, you should be able to add tasks, list tasks and toggle whether a task is done or not.

The problem

Toggle the task and styling the component is a challenging.

View it live

https://todo-app-madebyyu.netlify.app/

About

Redux project: Build a todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.9%
  • HTML 10.0%
  • CSS 3.1%