An open API service indexing awesome lists of open source software.

https://github.com/tb/react-redux-crud

React + Redux CRUD demo
https://github.com/tb/react-redux-crud

Last synced: about 1 year ago
JSON representation

React + Redux CRUD demo

Awesome Lists containing this project

README

          

# [react-redux-crud](https://github.com/tb/react-redux-crud)

React + Redux CRUD demo

## TODO

- [x] CRUD
- [ ] auth
- [ ] redux
- [ ] tests
- [ ] TypeScript
- [ ] heroku deployment

## Screenshots

### Posts Index
![Index](docs/index.png?raw=true "Index")

### Posts Edit
![Edit](docs/edit.png?raw=true "Edit")

## Running

git clone https://github.com/tb/react-redux-crud
npm i
npm run server-api
npm start
open http://localhost:8080

## License

MIT