EN/
This project was carried out to put into practice the performance of the continuous learning in the React Training course, whose goal is to learn how to use the React library in new projects and all its functionalities.
GitFind makes requests using the Github API when the user types in the profile name they want to find, and, with the help of the API, fills in the profile information field and the respective repositories belonging to that specific profile.
The project used basic knowledge of web development, such as HTML, CSS and JS, integrating it with React and even the Fetch method for the API, and also exercised good development practices.
PT-BR/
Esse projeto foi realizado para colocar em prática o desempenho do aprendizado contínuo no curso de Formação React, cujo objetivo é aprender a utilizar a biblioteca React em novos projetos e todas as suas funcionalidades.
O GitFind faz requisições utilizando a API do Github ao momento em que o usuário digita o nome de perfil que deseja encontrar e, com auxílio da API, preenche o campo de informações do perfil e os respectivos repositórios pertencentes aquele perfil específico.
No projeto, foi utilizado de conhecimentos básicos de desenvolvimento web, como HTML, CSS E JS, integrando ao React e até o método Fetch para a API, também foi exercitado boas práticas de desenvolvimento.