Skip to content

maxwellbenton/github-repo-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repository Search

Live Demo

Summary

This React app searches GitHub repositories by username using GitHub's v4 API. Now in light and dark mode!

Installation

To set up your own local instance of this React app:

  • Fork/clone this repo
  • Run npm install
  • Add a .env file to the root directory of the local repo
  • Go to GitHub and create a Personal Access Token
  • Add your token to .env as REACT_APP_GITHUB_PERSONAL_TOKEN=<your-token>
  • Run npm start

Usage

This app simply returns a paginated list of repositories with some basic information. Check out the demo!

Dependencies

  • "react": "^17.0.1" - App uses hooks and context
  • "prop-types": "^15.7.2" - Typechecks component props

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published