Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 636 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 636 Bytes

Github Finder

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 from
React Class Components to React Hooks

Check the app here: https://basilgithubfinder.netlify.app/

Usage

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.