Pokemon Showcase Application with Angular:
List and details, with PokeAPI
This a basic practice project for my Angular course.
Connect to PokeAPI and request the page with the 20 pokemons.
As we click on the name, the relevant information of the selected pokemon is displayed.
Web API, Angular, Typescript, HTML, CSS, JS
Also:
GoogleAPI for fonts
Ng2-Charts to display the stats
PrimeNG for styling
HttpClient to make an HTTP request via API
- Nav bar
- Search bar
- Sort the list
- Add a user account
- Add tags
- Allow user to add tags to favorites
- Add a next button on the detail page
- Simulate fights
- Add the pokemon music
- ...
'npm install'
'npm install primeng'
'npm install primeicons'
'ng add ng2-charts'
Run the Angular application with 'ng serve'