https://github.com/gnujoow/crud-react-redux
https://github.com/gnujoow/crud-react-redux
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gnujoow/crud-react-redux
- Owner: gnujoow
- Created: 2016-08-15T08:31:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T15:36:11.000Z (over 9 years ago)
- Last Synced: 2025-02-07T15:27:04.907Z (about 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD React with redux
Simple implementation CRUD using React & Redux. This project has been carried out while taking to [Modern React with Redux](https://www.udemy.com/react-redux/). I'm not familiar with node.js so I forked [this repository](https://github.com/StephenGrider/ReduxSimpleStarter) and wrote the code.
I used [this site](http://reduxblog.herokuapp.com/) as an API server. And you can check the project dependency in this [file](https://raw.githubusercontent.com/gnujoow/crud-react-redux/master/package.json).