Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/viniciusfer01/gofinances

An app that controls your finances
https://github.com/viniciusfer01/gofinances

react reactjs typescript

Last synced: about 1 month ago
JSON representation

An app that controls your finances

Awesome Lists containing this project

README

        

# GoFinances
An app that controls your finances.

### Tools used

- React
- Typescript
- [GoFinances Back-End API](https://github.com/viniciusfer01/goFinances-back-end)

### Results

_Home Page_ ![GoFinances Home Page](src/assets/List.png)

_Import Page_ ![GoFinances Import Page](src/assets/Import.png)

### Things to do

- [x] List all income transactions
- [x] List all outcome transactions
- [x] Show account balance
- [X] Receive uploaded CSV file

### How to run it?

First, have [GoFinances Back-End API](https://github.com/viniciusfer01/goFinances-back-end) running in your machine.

Then,

1. `git clone https://github.com/viniciusfer01/goFinances.git`
2. `cd goFinances`
3. `yarn`
4. `yarn start`