Skip to content

Corneliaryas/project-todos

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 13 commits ahead, 54 commits behind Technigo:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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%