Skip to content

Corneliaryas/project-todos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Todos

A mobile-first todo app. To add, remove, check, and uncheck tasks. Made with react and redux toolkit.

The process

The first time writing my own reducers in redux I of course stumbled upon a few tricky parts but I started with sketching and designing in Figma to get a clear picture of what I needed. That helped me see what components to create and what properties needed to be included in the state.

I would like to fix the issues displayed in the console of not sending a serialized value to the state from the due date picker. If I had more time I would also make it responsive, add the possibility of adding different categories for different tasks, and a message when there are no tasks in the list.

View it live

View it live here: https://cornelia-todos.netlify.app/

About

Redux project: Build a todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • HTML 8.6%
  • CSS 2.7%