Criado com base nos estudos da maratona dos 100 days of code. Para construir network com outros programadores;
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature´
Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.