https://github.com/tutkli/angular-pokedex
Pokemon viewer made with Angular and PokéAPI.
https://github.com/tutkli/angular-pokedex
angular pokeapi pokemon
Last synced: 11 months ago
JSON representation
Pokemon viewer made with Angular and PokéAPI.
- Host: GitHub
- URL: https://github.com/tutkli/angular-pokedex
- Owner: tutkli
- Created: 2022-09-18T11:23:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T12:21:22.000Z (over 1 year ago)
- Last Synced: 2025-02-17T16:01:38.790Z (11 months ago)
- Topics: angular, pokeapi, pokemon
- Language: TypeScript
- Homepage: https://tutkli.github.io/angular-pokedex/
- Size: 1.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Pokedex
A simple Pokemon viewer.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.2.
**Check project at https://tutkli.github.io/angular-pokedex/**
## Dependencies
* [Angular Material](https://material.angular.io/) Official Angular UI component library
* [FastAverageColor](https://github.com/fast-average-color/fast-average-color) Calculates the average color of any image.
* [Pokenode-ts](https://github.com/Gabb-c/pokenode-ts) Node.js wrapper for the PokéAPI.
## Available Scripts
### `npm start`
Runs the app in development mode.
Open http://localhost:4200 to view it in the browser.
## Important Notes
Please also note that the PokeAPI is still in the process of being updated, some Pokemons from later generations may be missing.