Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/viniciusfer01/gofinances
- Owner: viniciusfer01
- Created: 2020-10-23T14:23:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T12:41:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T15:58:45.329Z (almost 2 years ago)
- Topics: react, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 4.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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`