Shows (for now) dev's information which is fetched from GitHub API.
- Clone repository
git clone https://github.com/markspl/github-user-viewer.git
- Install required packages
npm i
- Start
npm run start
/
and/user/
- Homepage/user/:username/
- GitHub User information. For example,/user/markspl
(localhost:3000/user/markspl)
- Create a text input to search user
- Show more information about selected repository
- Show different information if selected user is actually a group
- ...
Placeholders while loading information from API
The look how The GitHub Training Team organization (not a profile) is shown. Max 30 repositories.