An open API service indexing awesome lists of open source software.

https://github.com/gabrielmerigo/dtmoney

dtmoney é uma aplicação onde você ccontrola as entradas e saídas do seu dinheiro.
https://github.com/gabrielmerigo/dtmoney

Last synced: 11 months ago
JSON representation

dtmoney é uma aplicação onde você ccontrola as entradas e saídas do seu dinheiro.

Awesome Lists containing this project

README

          


02 Dtmoney




## About

This applications 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:

- [React](https://pt-br.reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [MirageJS](https://miragejs.com/)
- [Polished](https://polished.js.org/)
- [Axios](https://github.com/axios/axios)
- [Styled Componensts](https://styled-components.com/)

## Requirements

Before starting 🏁, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## Starting

```bash
# Clone this project
$ git clone https://github.com/davi1985/dtmoney

# Access
$ cd dtmoney

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the
```

## License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with 💜 by Gabriel Merigo

 

Back to top