Search and view users via the Github API Project - https://veeresh-rex.github.io/Github-api/
A Github Api project built with HTML, CSS3 and JS which uses Github api to search Github users, view their repositories, followers, following, their profiles and all other details. The email-id of user is not provided by github api, so the email-id shown in the data may or may not be correct. If there is some missing data then it is due to the data is not provided by the User.
- HTML
- CSS
- JS
- Bootstrap
Feel free to create issues.
- Clone the repository
- Open git bash
- run command
cd github-api - Add the project repository as the "upstream" remote using: git remote add upstream https://github.com/Veeresh-Rex/Github-api.git
- Use
git pull upstream masterto "pull" any changes from the "master" branch of the "upstream" into your local repository. - Use
git checkout -b BRANCH_NAMEto create a new branch and then immediately switch to it. - Make changes in your local repository
- Push your changes to your fork
git push origin BRANCH_NAME - click the green Create pull request button!