Todo List example app with React + Redux and Bootstrap 5.
Here's a good overivew on Redux with explanations: Link
Here is a fully working demo deployed on Github Pages: https://riccardonuzz.github.io/react-redux-todolist
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 |
npm i
npm run start
or
npm i
npm run build:prod
Refactor with modern approachUpdate all librariesUse Create React App- Todo edit feature
- Todo search feature
- Components tests