This is a single web page Angular application where users can search any user on Github, This application uses RestFul Github api to communicate between the http HttpClient and Restful Api. When a user prompt the application to search users all information associated with the user is displayed on The Gui
- A web browser.
- The web browser should support HTML5.
- its simple to use and great responsive GUI.
- easy to navigate through using a smart phone.
- JavaScript support.
- a PC of 500mb Ram and 20gb HDD connected to the internet.
- clone the directory into your local machine
- Then make sure you have angular and Node installed
- Install npm
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
NO known bugs as at the moment please reach to us if you see any.
Behavior | Input example | Output example |
---|---|---|
Displays web skeleton | HTML5 | content |
Display data using bootstrap | h1 | class jumbotron |
Generate a new class | name,html-url | data |
Test if APiUrl will query some data | https://url.com/ | [name:kerr,login:dela] |
Create a search function on input search name | mayor | mayor calipso or user not found |
Create an array to stored all data | users:[] | data objects array |
Create a function to search Repos | username | list of repos |
Display both repos and username on DoM | Collins | name:collins repos:[wala,locker,rest] |
- JavaSCript
- HTML5
- CSS
- TypeScript
- bootstrap
- sweetalert js
- Angular Famework
You can view active website here https://kipkemoimayor.github.io/GitHub_Search/home
get me at collinskipkemoi24@gmail.com
License is under MIT 2019 Copyright (c) 2019 collins kipkemoi This software is free to use and distribute, Therefore all rights and given to any user to modify and either use for Commercial purpose or local purpose.