This project was bootstrapped with Create React App.
A ReactJS app that have ability to search for a Github user and view information about their profile and their 5 most recent repos. The app implements state management with the ReactJS Context API (useReducer, useContext, useState, and useEffect) to avoid prop drilling and as an alternative to Redux.