02 Dtmoney


About

This applications was developed during Ignite course, is an personal finance manager.

Screenshots

02 Dtmoney


02 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 and Node installed.

Starting

# Clone this project
$ git clone https://github.com/NeoRogerio/dtmoney

# Access
$ cd dtmoney

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

Back to top