Skip to content

Aicirou/Github-Lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Lookup Icon

Github Lookup v1.0.0

search and fetch repositories of github users!

Issues GitHub pull requests

About

A react app that lets you search for github users and provide a summary of their repositories for a specific user.

  1. Github API - Retrieves data using the Github API, displaying 30 profiles in one go.
  2. React Hooks and Context API - Use for a cleaner state handling throughout the various function based react components.
  3. Axios - Use axios to make calls to the mentioned API.

Preview

Home Page

home

Search Users throughout github

Search

Detailed User Profiles -

User

About the App

About

Local Setup & Available Scripts

In the project directory, you can run:

npm install

Installs all dependencies required for the app to run

npm start

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.