Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.55 KB

README.md

File metadata and controls

70 lines (47 loc) · 1.55 KB
Dtmoney


About

This applications is an personal finance manager.

Screenshots

Dtmoney


Dtmoney

Features

  • 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.

Technologies

The following tools were used in this project:

Requirements

Before starting 🏁, you need to have Git, Node and Yarn installed.

Starting

# 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>

License

This project is under license from MIT. For more details, see the LICENSE.

Made with ❤️ and ☕ by Thiago Moraes

 

Back to top