Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 713 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 713 Bytes

Github user finder

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/

🦄 Tech stack

  • 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)

🧪 Try it

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.