Skip to content

LouWii/react-redux-learning-basic-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning React + Redux - Creation of a basic todo app

Learning Redux by coding a basic todo app. I know Redux isn't really useful for such use-case, but it's nice to learn it first on a small project.

It's just a standard todo app. It persists data on LocalStorage (yay! what a revolution). You can add todos, check them if they're done, clean the list of checked off todos. Yes, basic stuff.

Demo

Demo

App Bootstrap

This project was bootstrapped with Create React App.

Read more

Official Redux Doc

Official Redux Todo app

Video courses about React, Redux and React Router

Reddit posts fetching using React and Redux

How to use LocalStorage with Redux - SO

Persisting state to LocalStorage video course - Egghead

Releases

No releases published

Packages

No packages published