React app to search Github profiles.
This app uses the Context API along with the useContext and useReducer hooks for state management.
Built with class component firstly, then refactored to function component, and finally to hooks&context.
demo
Click 'Home' to go to home page.
Enter the username to seach.
Runs the app in the development mode.
Open http://localhost:3000
Builds the app for production to the build
folder.