https://github.com/ivstudio/todo-app-react-redux
React-Redux todo app demo using Material-UI
https://github.com/ivstudio/todo-app-react-redux
material-ui react react-redux
Last synced: about 1 month ago
JSON representation
React-Redux todo app demo using Material-UI
- Host: GitHub
- URL: https://github.com/ivstudio/todo-app-react-redux
- Owner: ivstudio
- Created: 2019-04-05T11:27:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:17:07.000Z (over 3 years ago)
- Last Synced: 2025-03-27T20:50:04.151Z (about 1 year ago)
- Topics: material-ui, react, react-redux
- Language: JavaScript
- Homepage: https://ivstudio.github.io/todo-app-react-redux/
- Size: 5.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Redux Demo
This demo explores the [React-Redux](https://github.com/reduxjs/react-redux) flow by creating a _Todo Management App_.
- Bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
- UI Design components by [Material UI](https://material-ui.com/)
[View Live Demo](https://ivstudio.github.io/todo-app-react-redux/)
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.