This applications is an personal finance manager.
- Table with personal finance data with name, amount, category and date.
- Summary cards with incomes, outcomes and total.
- Button that Create a new transaction using a beautiful modal.
The following tools were used in this project:
Before starting 🏁, you need to have Git, Node and Yarn installed.
# Clone this project
$ git clone git@github.com:Thiago-spart/dtmoney.git
# Access
$ cd dtmoney
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE.
Made with ❤️ and ☕ by Thiago Moraes