Welcome to the Pokédex web application!
This project is built with Angular 19, uses standalone components, and includes unit testing with Karma & Jasmine.
- 🔍 Search and filter Pokémon
- 📋 Paginated list of Pokémon with official artwork
- 📄 Pokémon detail view with stats, types, and location info
- 📡 Data fetched from the PokéAPI
- 🧪 Unit tests with Karma + Jasmine
- 💅 Responsive UI with SCSS and CSS variables
- Angular 19 (standalone components)
- RxJS for reactive streams
- Karma + Jasmine for unit testing
- SCSS with custom properties (CSS variables)
- PokéAPI for Pokémon data
git https://github.com/JessicaFM/angular-pokemon.git
cd angular-pokemon
Node version support for Angular 19: ^18.19.1 || ^20.11.1 || ^22.0.0
npm install
ng serve
Then open http://localhost:4200 🚀