An accessible, lightweight Angular app showcasing the original Kanto Pokédex. Built as a learning project during a Front-End Angular course.
Live demo https://alexandrress.github.io/angular-kanto-pokedex/
Why this repo
- Small, focused Angular app useful as a learning resource and demo of routing, services, and component patterns.
Getting started
-
Install dependencies:
npm install
-
Run development server:
npm start
-
Open the app:
Available scripts
npm start— development servernpm test— run unit testsnpm run build— production build
Contributing See CONTRIBUTING.md for contributing guidelines, PR process and code style.
License This project is available under the MIT License — see LICENSE.