React app to search Github profiles. This app uses the Context API along with the useContext and useReducer hooks for state management.
The goal of this project was to get better at refactoring the code base fromReact Class Components
to React Hooks
Check the app here: https://basilgithubfinder.netlify.app/
npm install
To install all dependencies
npm start
Runs the app in the development mode.
Open http://localhost:3000
npm run build
Builds the app for production to the build
folder.
Props to @bradtraversy for the awesome tutorial.