- Ability to search among GitHub repositories by name, the list is limited to maximum 50 results.
- Ability to list issues of a repository, limited to maximum 50 items.
- Ability to show a chart that displays some data from the selected repository like Stargazers, Forks, and Open Issues count.
- Go to the project's root directory.
- Run
npm i - Run
npm start. - Navigate to
http://localhost:4200/. The app will automatically reload if you change any of the source files.
- Go to the project's root directory.
- Run
npm testto execute the unit tests with Karma.
- Go to the project's root directory.
- Run
npm run buildto build the project. The build artifacts will be stored in thedist/directory.