-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #163 from unb-mds/readme
adicionando os readme's das pastas do frontend
- Loading branch information
Showing
6 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## assets | ||
|
||
Esta pasta contém toda a parte denominada *assets* do nosso projeto. Ela inclui as seguintes subpastas: | ||
|
||
- **`articles`**: Contém as imagens usadas nas páginas dos artigos. | ||
- **`carrosel`**: Contém as imagens usadas no carrosel. | ||
- **`members`**: Contém as fotos dos membros do grupo. | ||
|
||
Em cada subpasta, há um arquivo `README.md` que explica como utilizar os scripts presentes nela. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## coverage | ||
|
||
Esta pasta contém toda a parte denominada *coverage* do nosso projeto. Ela inclui as seguintes subpastas: | ||
|
||
- **`lcov-report`**: Contém o relatório dos testes executados. | ||
|
||
Em cada subpasta, há um arquivo `README.md` que explica como utilizar os scripts presentes nela. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## public | ||
|
||
Esta pasta contém toda a parte denominada *public* do nosso projeto. Ela inclui as seguintes subpastas: | ||
|
||
- **`images`**: Contém a imagem do dashboard | ||
|
||
Em cada subpasta, há um arquivo `README.md` que explica como utilizar os scripts presentes nela. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## src | ||
|
||
Esta pasta contém toda a parte denominada *src* do nosso projeto. Ela inclui as seguintes subpastas: | ||
|
||
- **`components`**: Contém componentes que são utilizados diversar vezes no código do front-end. | ||
- **`config`**: Contém a configuração da api com o front-end. | ||
- **`hooks`**: Contém o código para realizar a busca dentro do site. | ||
- **`mocks`**: Contém algumas páginas que são redirecionadas atraves do carrosel. | ||
- **`pages`**: Contém as páginas do front-end do site. | ||
- **`services`**: Contém os código que puxam os dados da api. | ||
- **`styles`**: Contém o estilo base do site. | ||
- **`utils`**: Contém utilitarios para juntar com a api. | ||
|
||
Em cada subpasta, há um arquivo `README.md` que explica como utilizar os scripts presentes nela. |