It is a simple and effective alternative for managing your finances, allowing you to register inputs, outputs and organize them into categories.
Technologies and tools used for development this app:
# Open a terminal and clone this repository with the command
git clone https://github.com/ldanielz/DT-Money.git
# or download it.
cd dt-money
# Dependencies install
npm install
# Run app
npm run dev
For simulator API requisitions, use JSON Server:
# Run Json Server command: json-server server.json -w -d 500
npm run dev:server
# Server run in http://localhost:3000
Made by Lizandro Daniel