This app was made to learn the framework Angular and was generated with Angular CLI version 14.2.7. You can visualize all champs in League, or make a search by role and/or by name. Then you have their skins, lore and names.
Try it here : LeagueViewer
I fetch datas thank's to the riot's API, Data Dragon, which is updated with each patch on League. You can see it in that file
Run npm i
in the project to init it and download all dependencies.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application 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.