-
It takes a github username as input and finds the user on github.
-
It renders a card in which we can see the following details of a github user.
1. Github Username 2. Full Name 3. Followers 4. Following 5. No of repositories 6. Bio 7. Link to his github profile.
-
All the cases are handled (for eg. User doesn't exists, no input given, no name and bio).
-
Used Github api for it.
-
It is completely responsive.
- Html
- CSS
- JavaScript