An app to search users on Github. It search by username, name and profile text. Click on a user to see repos, to go to the user github page, to see if the user is hireable, how many followers it has and much more.
Please visit it at https://githubuserfinder-123.netlify.app/
- React (functional components, Context, useReducer, Router)
- Redux (dispatch)
- REST API
- CSS
- Netlify
- The branch "madeWithHooks" is written with functional components (no context, useReducer or redux)
Clone it, do a npm install, add your own github credentials and then run npm start
Open http://localhost:3003 to view it in the browser.