Skip to content

A really simple example on how to create a to-do list with React and Redux.

Notifications You must be signed in to change notification settings

riccardonuzz/react-redux-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Redux Todo List

Todo List example app with React + Redux and Bootstrap 5.

Here's a good overivew on Redux with explanations: Link


App screenshot



🔗 Demo


Here is a fully working demo deployed on Github Pages: https://riccardonuzz.github.io/react-redux-todolist



⚡️ Tech stack


Name Description
ES6+ JS with some Babel polyfills
Create React App Simple command line tool for rapid app development
React A front-end library for reactive UI
Redux State management library
Prop Types Component props validation
Bootstrap UI CSS Framework


🔨 How to run this project

npm i
npm run start

or

npm i
npm run build:prod


🔀 Next implementations

  • Refactor with modern approach
  • Update all libraries
  • Use Create React App
  • Todo edit feature
  • Todo search feature
  • Components tests

About

A really simple example on how to create a to-do list with React and Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published