Skip to content

vladsolokha/github-search-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#GitHub Search User Feature

Web App is live here: Search User On GitHub

A reimplementation of GitHub Search user feature

using the following API endpoint to fetch data from

GET https://api.github.com/search/users?q=example

Documentation: https://developer.github.com/v3/search/

Reimplemented by Vlad Solokha Created by Vlad Solokha

Here are all the places where I received guidance, help, code snippets from

-There are 3 branches I worked in. Search: first branch to design the search component. It didn't work so well because I was having issues with App communicating with Search. Next, debug-search contained more fixes of search component and it's also where I began implementing the Results component. The last branch, pagination, I did the most work in. I styled components, connected pagination to the app via a hook and separate pagination component. It is the one I merged to main for the final product.

-Last branch feature/simple-pagination removed the buggy page changes and replaced with simple forward / back buttons to paginate through results. Made some elements more mobile friendly. Page size has 100 results instead of 10, but number can be changed with per_page variable.

About

A reimplementation of GitHub User Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published