About project | Pages | Technologies | Getting started
Application created to manage financial transactions.
It lists all the transactions the user made. Each transaction displays the name, price, category and the date.
At the top of the page, it shows the total income, outcome and the balance.
The application has a drag-n-drop component, which is able to import data from a CSV file.
Install dependencies
$ yarn
$ yarn dev:server
$ yarn start
Start client, be sure if server (backend) is running