- Animated transition between pages
- Switch themes (light/dark)
- Has a search bar (Reactive Form to search as you type by username/login name)
- The application displays the list of users (avatar and username)
- When an user is clicked, the app navigates to a new page that displays a simple list with all the user details including the user's repositories and followers.
- The application is responsive and optimized for mobile
- angular cli & core
- angular forms
- angular animations
- jasmine & karma
- bootstrap
- rxjs
ng serve --open
ng build --prod
ng test
sometimes you might not see any search results because of github api 403 (rate limit exceeded)