Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)