Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thegibi/challenge-07-gostack
Challenge builded in the goStack bootcamp to improve development skills in the stack ReactJS. This is web page to list the transactions, and get balance from all transactions of income and outcome, and it is possible import .csv files.
https://github.com/thegibi/challenge-07-gostack
react-dropzone react-router-dom reactjs styled-components typescript
Last synced: 13 days ago
JSON representation
Challenge builded in the goStack bootcamp to improve development skills in the stack ReactJS. This is web page to list the transactions, and get balance from all transactions of income and outcome, and it is possible import .csv files.
- Host: GitHub
- URL: https://github.com/thegibi/challenge-07-gostack
- Owner: thegibi
- Created: 2020-07-24T10:35:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:58:48.000Z (about 2 years ago)
- Last Synced: 2024-11-09T17:13:28.051Z (2 months ago)
- Topics: react-dropzone, react-router-dom, reactjs, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 4.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sobre
#### Essa aplicação é uma app de finanças, onde será possível você importar arquivos .CSV, ver seus ganhos, gastos e o balanço da suas despesas. Essa aplicação se conecta com uma API desenvolvida em Node [acesse aqui](https://github.com/gibify/challenge-06-gostack).
## Layout:
* [Acesse aqui](https://www.figma.com/file/EgOhyj1Inz14dhWGVhRlhr/GoFinances?node-id=0%3A1)
## 🛠 Como isntalar essa aplicação na sua máquina:
```shell
# clonando o repositório na sua máquina
git clone https://github.com/gibify/challenge-07-gostack.git# acessando a pasta
cd web# instalando as dependências na sua máquina
yarn# rodando a aplicação na sua máquina
yarn start# esssa apliacação se iniciará na porta 3000
```## 🔧 Tecnologias usadas:
* [ReactJS](https://reactjs.org/)
* [TypeScript](https://www.typescriptlang.org/)Acesse o [Packege.json](https://github.com/gibify/challenge-07-gostack/blob/master/package.json)
## Autor:
[Evandro Gibicoski](https://github.com/gibify)