Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 390 Bytes

InsideGitHub - Live Demo

This project is a React App in which you can search Github users and see their profile, their recent repositories etc.

All of this data of users is fetched using the GitHub API.

React Hooks that are used in this project :-

  • useState
  • useEffect
  • implemented ContextAPI with useReducer hook & useContext hook.