Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.28 KB

forthebadge
forthebadge
forthebadge
(find the easter egg ! 😁)

Context

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

Datas

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

Start dev

Run npm i in the project to init it and download all dependencies.

Development server

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.