::: Find Any Github Profile and Repositories :::
- Find anyone's github profile with just github username.
- Show five latest repositories of any user.
- Used GitHub API to fetch github profile info.
If u want to deploy or clone this project than u have to add secretData.js file inside main directory.
Inside secretData.js:
let secretData = {
clientId: '',
clientSecret: ''
}
U have to set up ur own clientId and clientSecret from Github OAuth.
Here you go...