{"id":20521672,"url":"https://github.com/mariorodeghiero/react-electron-cash-flow","last_synced_at":"2026-04-05T23:02:13.453Z","repository":{"id":92094380,"uuid":"165245976","full_name":"mariorodeghiero/react-electron-cash-flow","owner":"mariorodeghiero","description":"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.","archived":false,"fork":false,"pushed_at":"2019-01-11T13:24:02.000Z","size":1497,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-19T01:30:40.928Z","etag":null,"topics":["cash-flow","electronjs","es6","eslint","firebase","javascript","prettier","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariorodeghiero.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-01-11T13:11:37.000Z","updated_at":"2020-02-20T12:59:21.000Z","dependencies_parsed_at":"2023-04-06T08:48:52.334Z","dependency_job_id":null,"html_url":"https://github.com/mariorodeghiero/react-electron-cash-flow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mariorodeghiero/react-electron-cash-flow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariorodeghiero%2Freact-electron-cash-flow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariorodeghiero%2Freact-electron-cash-flow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariorodeghiero%2Freact-electron-cash-flow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariorodeghiero%2Freact-electron-cash-flow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariorodeghiero","download_url":"https://codeload.github.com/mariorodeghiero/react-electron-cash-flow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariorodeghiero%2Freact-electron-cash-flow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cash-flow","electronjs","es6","eslint","firebase","javascript","prettier","reactjs"],"created_at":"2024-11-15T22:31:04.305Z","updated_at":"2026-04-05T23:02:13.428Z","avatar_url":"https://github.com/mariorodeghiero.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Cash flow.\n\nIs an App for financial control built in ReactJS using real-time firebase database to control inflow and outflow,\nwith possibility to filter the monthly flow and also present a graphical dashboard.\n\n## Built With\n\n- [ReactJS](https://reactjs.org) - ReactJS\n- [styled-components](http://styled-components.com/) - styled-components\n- [Firebase](https://firebase.google.com/) - Firebase\n- [ChartJS](https://www.chartjs.org/) - ChartJS\n\n## Install\n\n- **If you have installation or compilation issues with this project, please see [this debugging guide](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400)**\n\nFirst, clone the repo via git:\n\n```bash\ngit clone --depth=1 https://github.com/mariorodeghiero/react-electron-cash-flow.git your-project-name\n```\n\nAnd then install dependencies with yarn.\n\n```bash\n$ cd your-project-name\n$ yarn\n```\n\n## Run\n\nStart the app in the `dev` environment. This starts the renderer process in [**hot-module-replacement**](https://webpack.js.org/guides/hmr-react/) mode and starts a webpack dev server that sends hot updates to the renderer process:\n\n```bash\n$ yarn dev\n```\n\nAlternatively, you can run the renderer and main processes separately. This way, you can restart one process without waiting for the other. Run these two commands **simultaneously** in different console tabs:\n\n```bash\n$ yarn start-renderer-dev\n$ yarn start-main-dev\n```\n\nIf you don't need autofocus when your files was changed, then run `dev` with env `START_MINIMIZED=true`:\n\n```bash\n$ START_MINIMIZED=true yarn dev\n```\n\n## Packaging\n\nTo package apps for the local platform:\n\n```bash\n$ yarn package\n```\n\nTo package apps for all platforms:\n\nFirst, refer to [Multi Platform Build](https://www.electron.build/multi-platform-build) for dependencies.\n\nThen,\n\n```bash\n$ yarn package-all\n```\n\nTo package apps with options:\n\n```bash\n$ yarn package -- --[option]\n```\n\nYou can debug your production build with devtools by simply setting the `DEBUG_PROD` env variable:\n\n```bash\nDEBUG_PROD=true yarn package\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Author\n\n- [Mário Antônio do Amaral Rodeghiero](https://github.com/mariorodeghiero)\n\n## Contributors\n\n| [![Mário Rodeghiero](https://avatars1.githubusercontent.com/u/24671133?s=88\u0026v=4)](https://github.com/mariorodeghiero) |\n| --------------------------------------------------------------------------------------------------------------------- |\n\n\n| [Mário Rodeghiero](https://github.com/mariorodeghiero)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariorodeghiero%2Freact-electron-cash-flow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariorodeghiero%2Freact-electron-cash-flow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariorodeghiero%2Freact-electron-cash-flow/lists"}