Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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