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.
- Host: GitHub
- URL: https://github.com/gabrielmerigo/dtmoney
- Owner: GabrielMerigo
- Created: 2021-07-17T02:33:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T04:06:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T23:44:29.454Z (over 1 year ago)
- Language: TypeScript
- Size: 690 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This applications is an personal finance manager.
## Screenshots
## 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