App Url
https://exampleoqn.herokuapp.com/
Note
As i already mentioned i'm not familiare with angular 2+, but i still try with few demo's which i found from internet, are mentioned below )
Functionality included
- Autocomplete on input box
- All Previous History box
- Top 5 repository with highest stars
- Search give a first refrence to local value if not there then fectch from URL
performance and time comlexity
- Sort around highest starts - O(N Log N) (native javascript function
- Insert to array O(1)
- Extra object maintain to check duplication by login name O(N) Space
Development server
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.