/

Let's build something together

/

GitHub Finder

React JS / Material UI

Project

Overview

React application to search through GitHub users. The application uses the GitHub Users API to make a fetch call to pull in data of any user searched for. Using React with Hooks to render the client side using functional components and Context for state management, the data creates personalized bio page of each user. This application was originally written using class components, which I then refactored to functional components to learn a new skill.

Technologies

React

Javascript

Bootstrap CSS

GitHub API

Back