This is an Angular web app that consumes the github api. A user can search for different github users and navigate to their respective repositories
Fill free to clone the project and add more features
Here is a live link to the project
https://trekhub.github.io/Git-Search/
If you want to view the code or change some elements on the website, you are welcomed to clone the project
git clone git@github.com:TrekHub/Git-Search.git
Then run npm install to download all the node modules
npm install
After everything is install. Run ng serve to start the project server
ng serve
-
Angular
-
Typescript
-
Bootstrap
Teddy Omondi