Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariorodeghiero/react-cash-flow
Is an App for financial control built in ReactJS using real-time firebase database to control inflow and outflow, with possibility to filter the monthly flow and also present a graphical dashboard.
https://github.com/mariorodeghiero/react-cash-flow
cash-flow chartjs es6 firebase-database javascript reactjs styled-components
Last synced: 2 months ago
JSON representation
Is an App for financial control built in ReactJS using real-time firebase database to control inflow and outflow, with possibility to filter the monthly flow and also present a graphical dashboard.
- Host: GitHub
- URL: https://github.com/mariorodeghiero/react-cash-flow
- Owner: mariorodeghiero
- License: mit
- Created: 2018-08-28T17:02:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:14:35.000Z (about 2 years ago)
- Last Synced: 2024-02-29T18:34:57.463Z (11 months ago)
- Topics: cash-flow, chartjs, es6, firebase-database, javascript, reactjs, styled-components
- Language: JavaScript
- Homepage:
- Size: 3.09 MB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React Cash flow.
Is an App for financial control built in ReactJS using real-time firebase database to control inflow and outflow,
with possibility to filter the monthly flow and also present a graphical dashboard.## Built With
- [ReactJS](https://reactjs.org) - ReactJS
- [styled-components](http://styled-components.com/) - styled-components
- [Firebase](https://firebase.google.com/) - Firebase
- [ChartJS](https://www.chartjs.org/) - ChartJS## Install
First, clone the repo via git:
```bash
git clone --depth=1 https://github.com/mariorodeghiero/react-cash-flow.git your-project-name
```And then install dependencies with yarn.
```bash
$ cd your-project-name
$ yarn
```**Note**: If you can't use [yarn](https://github.com/yarnpkg/yarn), run `npm install`.
## Run
```bash
$ npm run start
```or
```bash
$ yarn start
```After run, the browser open window automatically at http://localhost:3000/
## Deployment
Run the command below to deploy, minimizing All Files.
```bash
$ npm run build
```or
```bash
$ yarn build
```## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Author
- [Mário Antônio do Amaral Rodeghiero](https://github.com/mariorodeghiero)
## Contributors
| [![Mário Rodeghiero](https://avatars1.githubusercontent.com/u/24671133?s=88&v=4)](https://github.com/mariorodeghiero) |
| --------------------------------------------------------------------------------------------------------------------- || [Mário Rodeghiero](https://github.com/mariorodeghiero)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details