A search application that queries for github users via their username. It makes calls to the github API https://api.github.com/search/users?q={login} in:login
.
TechStack: Angular 13 | TypeScipt | Angular Material | Tailwind CSS.
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 build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
The loader only shows on first app load, the loader does not appear on subsequent searches.
Currently adding more unit test cases to the application.