Skip to content

Nesiht/project-todos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project title

Create a Todo app using React and Redux toolkit with the following requirements, add item, set item as done, filter items and delete items.

The problem / Solution

Created a state containing one array of objects, each object are a todo item, storing information like created at, description, duedate, category, done. Then using useSelector and useDispatch to retrieve and update the state with information.

Build with

  • React
  • Redux Toolkit
  • Styled components

View it live

Link

About

Redux project: Build a todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 89.1%
  • HTML 8.3%
  • CSS 2.6%