Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1012 Bytes

File metadata and controls

17 lines (15 loc) · 1012 Bytes

getGitHub

A similar to Github - For Developers - setAttribute Done by: Samer, Waleed, Mo'ath and Kefah ...

What is getGitHub?

A simple look alike Github site, which shows information of the developers who are members in Github.

What's new from previous projects?

The new approach of getting information from calling server, connections between frontend and backend of the site.

How does it work?

The user writes the name of the developer in search input box, then click search to get the information of the wanted developer such as: Avatar, Name, Login Name, Repos, Stars and so on.

How to Install and run?

  1. Clone the repo git clone https://github.com/FACG2/getGitHub .
  2. Open the terminal and move to the project's folder cd getGitHub.
  3. To run server install dependencies using npm intsall .
  4. To run the program on local server npm run watch open the localhost:3500 in Browser to run the project.

Visit the site Here