PokeApp is an application that allows users to explore information about Pokémon, including their abilities, types, and statistics. Users can search for specific Pokémon and create their own collection of Pokémon.
- Angular
- TypeScript
- HTML
- Scss
- Ngx Mask
- Angular Material
- Angular CLI: 18.2.9
- Node: 20.17.0
- Package Manager: npm 10.8.3
- Clone the repository
git clone https://github.com/Cgeov/PokeAPI.git2.Navigate to the project directory
cd PokeAPI- Install Angular CLI
npm install -g @angular/cli
- Install dependencies
npm install
- Start the development server
ng serve
Navigate to http://localhost:4200/.