Skip to content

Isabelle-123/github-user-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.