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

https://github.com/djyoko/paymentrecords

a demo of React/Redux
https://github.com/djyoko/paymentrecords

bootstrap bootstrap3 chartjs momentjs react react-component react-components react-redux reactjs webpack

Last synced: 3 months ago
JSON representation

a demo of React/Redux

Awesome Lists containing this project

README

          

# Payment Records

a simple demo of React / Redux.

## demo
[https://djyoko.github.io/paymentRecords/](https://djyoko.github.io/paymentRecords/)

### overview
- import saved payment(s) records.
- input new payment.
=> then merge data & sync views.

### build command
`npm run start`

### framework & libraries
- [React](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [Bootstrap](https://getbootstrap.com/)
- [moment.js](https://momentjs.com/)
- [Chart.js](https://www.chartjs.org/)