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-name
And then install dependencies with yarn.
$ cd your-project-name
$ yarn
Note: If you can't use yarn, run npm install
.
$ npm run start
or
$ yarn start
After run, the browser open window automatically at http://localhost:3000/
Run the command below to deploy, minimizing All Files.
$ npm run build
or
$ yarn build
Please 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