A simple and beautiful budget manager to track incomes and expenses.
- Table with data with name, amount, category and date.
- Summary cards with incomes, expenses and total.
- Button that Create a new transaction using a nice modal.
The following tools were used in this project:
First of all, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/viniciuspatzer/dtmoney.git
# Access
$ cd dtmoney
# Install dependencies
$ yarn install
# Run the project
$ yarn start
# The server will initialize on the localhost