Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 844 Bytes

File metadata and controls

24 lines (16 loc) · 844 Bytes

GitHub Search API with Angular

Features

  • 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.

Install & Run

  1. Go to the project's root directory.
  2. Run npm i
  3. Run npm start.
  4. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Test

  1. Go to the project's root directory.
  2. Run npm test to execute the unit tests with Karma.

Build

  1. Go to the project's root directory.
  2. Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.