A React based app, that allows to safely analyze bank account logs stored in .csv files
Explore the docs »
View Demo
·
Expenses-analyzer Bug
·
Request Feature
Expenses analyzer is a React-based app, that allows the user to analyze bank statements from (at the moment) polish Mbank bank accounts.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the expenses-analyzer
git clone https://github.com/Kielx/expenses-analyzer.git
- Install NPM packages
npm install
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
In current state Expenses-Analyzer allows users to do basic analysis of Polish MBank account data extracted from bank. I provided the app with 'load default data' button, that presents some data to show how app works.
- Graph displaying over time incomes/expenses analysis
- Insights about particular expenses
- Amounts spent on particular type of activity (eg. food, electronics, leisure)
- Routes
- Polish translation (since it supports only polish MBank account data for now)
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/Kielx/expenses-analyzer