https://github.com/vadimgierko/github-api-users-search-app
This app allows you to find & view any user's basic profile info & public repositories on GitHub using GitHub API
https://github.com/vadimgierko/github-api-users-search-app
github github-api github-app react
Last synced: about 14 hours ago
JSON representation
This app allows you to find & view any user's basic profile info & public repositories on GitHub using GitHub API
- Host: GitHub
- URL: https://github.com/vadimgierko/github-api-users-search-app
- Owner: vadimgierko
- Created: 2021-09-22T17:42:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T18:50:59.000Z (over 4 years ago)
- Last Synced: 2023-03-09T01:05:43.970Z (over 3 years ago)
- Topics: github, github-api, github-app, react
- Language: JavaScript
- Homepage: https://vadimgierko.github.io/github-api-users-search-app/
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple GitHub API Users Searching App
### What is GitHub API Users Searching App?
This SPA allows you to find & view any user's basic profile info & public repositories published on GitHub!
-----------------------------
### How to use this App?
a) Input the correct GitHub User username in search field or...
b) Add username after the slash to app's url (for example: https://vadimgierko.github.io/github-api-users-search-app/#/vadimgierko)
& you will see:
- user's current bio & location
- the number of user's open source projects (public repositories)
- user's projects' details: description, language & link to project's github pages if available or source code if not ;-)
------------------------------
### Technologies used in this project:
- React 17
- React Router 5.3
- Bootstrap 5.1
- GitHub API
- gh-pages deployment