Portfólio, em nova versão, com todos meus projetos pessoais e de freelancer. Nele constará também meu currículo com todos os cursos e certificados obtidos.
- Projeto desenvolvido // Project developed.
Aqui deve constar toda as tecnologias utilizadas no projeto com o link de sua documentação, exemplo:
- Este projeto está sob a licença MIT. // This project is under license.
- Realize um Fork do projeto e abra-o em sua IDE e instale os pacotes. // Fork the project and open it in your IDE and install the packages.
yarn
# ou // or
npm install
- Crie uma branch com a nova feature e realize as modificações que deseja. // Create a branch with the new feature and make the changes you want
git checkout -b feature/feature
- Faça o Commit. // Make the Commit.
git commit -m 'added my features'
- Realize o Push no Branch. // Push the Branch.
git push origin feature/feature
- Abra um Pull Request. // Open a Pull Request.
- Deixe o Follow e a Star! // Leave Follow and Star!