A similar to Github - For Developers - setAttribute Done by: Samer, Waleed, Mo'ath and Kefah ...
A simple look alike Github site, which shows information of the developers who are members in Github.
The new approach of getting information from calling server, connections between frontend and backend of the site.
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.
- Clone the repo
git clone https://github.com/FACG2/getGitHub
. - Open the terminal and move to the project's folder
cd getGitHub
. - To run server install dependencies using
npm intsall
. - To run the program on local server
npm run watch
open the localhost:3500 in Browser to run the project.