This is an Angular CLI application that allows users to look up Github users' profile and repositories using one's username only.
Here is a working live demo : https://github-api-beta.vercel.app/
- HTML 5
- CSS 3
- Bootstrap 4
- Typescript
- Angular
- Github API
There are curently no known bugs.
You will need to have
- Node
- Npm
- Angular CLI
-
You can download manually and pass it to your root directory.
-
Alternatively you can clone it directly to your folder:
$ git clone https://github.com/DevSheila/GithubAPI.git
- Change Directory to GithubAPI
$ cd GithubAPI
-
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.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
In case of any question or contributions, contact me at sheilasharon10@gmail.com
MIT License
Copyright (c) 2021 DevSheila