Skip to content

Veeresh-Rex/Github-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github-api

Search and view users via the Github API Project - https://veeresh-rex.github.io/Github-api/

DeepScan grade

What is this?

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.

Tech/Libraries Used

  • HTML
  • CSS
  • JS
  • Bootstrap

Have an idea to improve it or want to add any other new features?

Feel free to create issues.

Running locally

  1. Clone the repository
  2. Open git bash
  3. run command cd github-api
  4. Add the project repository as the "upstream" remote using: git remote add upstream https://github.com/Veeresh-Rex/Github-api.git
  5. Use git pull upstream master to "pull" any changes from the "master" branch of the "upstream" into your local repository.
  6. Use git checkout -b BRANCH_NAME to create a new branch and then immediately switch to it.
  7. Make changes in your local repository
  8. Push your changes to your fork git push origin BRANCH_NAME
  9. click the green Create pull request button!

About

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 d…

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors