This is an angular web application that enables page vistors to search for github users so as to display users profile and repositories.
This project was generated with Angular CLI version 7.1.4.
This web application allows its page visitors to search for github registered users thereafter display their profile which includes: their github names, followers, following, bio, number of repositories and day created. The application will also display the current repositories in the users account.
-
From the repository, click + in the global sidebar and select Clone this repository under Get to work.
-
Copy the clone command.
-
From a terminal window, change to the local directory where you want to clone your repository.
or just use this
$ git clone https://github.com/Wambita/git-search.git/
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Behavior | Result |
---|---|
User inputs username and submits the form inputs | profile of the searched user appears on the results section |
User clicks on the search Repository in the navbar | page redirects and shows the search details which are the repositories of the searched user |
User clicks on home in the navbar | page refreshes and fresh inputs are required, default profile shows |
Use this link to see the web-page
(https://Wambita.github.io/Github-search/)
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README