Introductory Web App that shows List View of Public Repositories using the rest-apis of github. To the web application is powered by Angular 10, it uses Apollo GraphQL and GitHub GraphQL API v4.
To setup the working environment just clone the project and run the following commands
npm install or sudo npm install
To start the server
ng serve
This will start the server at port 4200
You will need a Authentication token for making request and getting data from GitHub's. Get it from here