- API documentation - Link
- This API documentation contains all information about a popular TV Series Game of Thrones and its related book series. “An API of Ice And Fire is the world's greatest source for quantified and structured data from the universe of Ice and Fire and the HBO series Game of Thrones)”
Angular application with following views -
1) View 1 -
- A view to list all books, characters and houses in same repeater (ngFor). The view should use bootstrap cards to display the information. One type of card (for example a card displaying a book) should look different from another type of card(for example a card displaying a house). The view difference can be as simple as change of border color according to the category(red for books, blue for characters and green for houses). The data should be sorted in alphabetical order.
2) View 2 -
- On clicking the card, a view containing the detail of that book/character/house should open containing all the information about it in details.
This project was generated with Angular CLI version 6.0.8.
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 generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
- I would like to thank teachers and friends to help me during development of this app.