This is a React application that consumes the Github API to show a user's informations as well the projects.
That's the main page:
To use the application, enter a Github username in the input field and click the "Search" button:
The application will retrieve the user's projects from the Github API and display them in a grid:
You can click on some of the languages to filter the repositories. You can also click on the "SEE" link to be redirected directly to the project on Github.
The application was built using the following technologies:
- React: A JavaScript library for building user interfaces
- Axios: A JavaScript library for making HTTP requests
- Github API: A RESTful API for accessing Github data
This project is licensed under the MIT License. See the LICENSE file for more information.