search and fetch repositories of github users!
A react app that lets you search for github users and provide a summary of their repositories for a specific user.
- Github API - Retrieves data using the Github API, displaying 30 profiles in one go.
- React Hooks and Context API - Use for a cleaner state handling throughout the various function based react components.
- Axios - Use axios to make calls to the mentioned API.
Live Demo: https://github-lookup-aicirou.vercel.app/
In the project directory, you can run:
Installs all dependencies required for the app to run
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.