Skip to content

daceynolan/github-user-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub User Search

Purpose

This app re-implements a portion of GitHub's search by using the GitHub public API. You can enter a name of the user that you are searching for and will receive a paginated list of results. You can click on a result to jump to their GitHub profile.

Development Focus

  • Implement TypeScript to add static type-checking
  • Implement useEffect hooks to react to data changes
  • Create unit tests for components using Jest and React Testing Library
  • Implement pagination with react-paginate
  • Utilize Tailwind for styling and responsive layout

Screenshots

Future Improvements

  • Implement more testing to reach 100% test coverage
    • Research mocking API request
  • Refactor to use react-query for fetching and updating asynchronous data
  • Refactor some tests to address this article
  • Authenticate requests to increase rate limit from 60 to 5000 per hour
  • Explore using GitHub GraphQL API to add additional information to the user card
  • Store query in the URL for deep linking

Setup Instructions

  1. Clone this repository
  2. Install dependencies with yarn install
  3. Start app with yarn start
  4. Run tests with yarn test

About

React app that utilizes the GitHub API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published