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.
- ReactJS - ReactJS
- styled-components - styled-components
- Firebase - Firebase
- ChartJS - ChartJS
First, clone the repo via git:
git clone --depth=1 https://github.com/mariorodeghiero/react-cash-flow.git your-project-nameAnd then install dependencies with yarn.
$ cd your-project-name
$ yarnNote: If you can't use yarn, run npm install.
$ npm run startor
$ yarn startAfter run, the browser open window automatically at http://localhost:3000/
Run the command below to deploy, minimizing All Files.
$ npm run buildor
$ yarn buildPlease read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details