Last active
April 20, 2022 13:38
-
-
Save ivanvinicius/9873b68fbe76355a4c290c14f70c738c to your computer and use it in GitHub Desktop.
Readme Example
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
<div id="top" align="center"> | |
<div> | |
<img src="github/images/projectname-logo.png" alt="Logo"> | |
</div> | |
<h4 align="center">Write a description</h4> | |
</div> | |
## Resumo | |
<ol> | |
<li><a href="#visão-geral-do-projeto">Visão geral do projeto</a></li> | |
<li><a href="#sobre-o-projeto">Sobre o projeto</a></li> | |
<li><a href="#tecnologias-utilizadas">Tecnologias utilizadas</a></li> | |
<li><a href="#instalação-e-utilização">Instalação e utilização</a></li> | |
</ol> | |
## Visão geral do projeto | |
<div align="center"> | |
<img src="github/images/projectname-home.png" alt="home"> | |
</div> | |
## Sobre o projeto | |
Resumo | |
## Tecnologias utilizadas | |
As principais tecnologias utilizadas na construção deste projeto foram: | |
* [Tecnologia]() | |
## Instalação e utilização | |
Instruções de instalação do projeto em seu computador. | |
### Pré-requisitos | |
Instalações necessárias antes de executar o projeto. | |
1. Node | |
2. Yarn | |
### Instalação | |
1. Passos | |
<br/> | |
<h4 align="center"><a href="#top">Voltar ao Início</a></h4> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment