This applications is an personal finance manager.
- Personal finance table with name, amount, category and date.
- Summary cards with incomes, withdrawns and total.
- Modal to create new transactions.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/yuribmontez/yb.money.git
# Access
$ cd yb.money
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
Made with 💜