https://github.com/oliveiravitor32/pokedex-angular
Projeto de uma pokédex contruída com Angular e com a PokeApi(API do pokemon)
https://github.com/oliveiravitor32/pokedex-angular
angular api css3 html5 javascript typescript
Last synced: 6 months ago
JSON representation
Projeto de uma pokédex contruída com Angular e com a PokeApi(API do pokemon)
- Host: GitHub
- URL: https://github.com/oliveiravitor32/pokedex-angular
- Owner: oliveiravitor32
- Created: 2023-11-24T00:34:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T21:15:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T21:01:29.233Z (about 1 year ago)
- Topics: angular, api, css3, html5, javascript, typescript
- Language: TypeScript
- Homepage: https://angular-pokedex-oliveiravitor32.vercel.app/
- Size: 158 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex - Angular - PT-BR
Projeto de uma pokédex contruída com Angular e com a PokeApi(API do pokemon)
Este projeto conta com boas praticas na utilização de service para requisição em API e tratamento de dados para cada componentes, página responsiva e componentes para fácil manutenção.
## :books: Características
- Página responsiva
- Utilização de componentes
- Service
- Comunicação com API
## :arrow_forward: Demo
[Vercel demo](https://angular-pokedex-oliveiravitor32.vercel.app/)
# Pokedex - Angular - EN
Project of a pokedex built in Angular and with the PokeApi(Pokemon API)
This project has good practices in using services for API requests and data processing for each component, responsive page and components for easy maintenance.
## :books: Features
- Responsive page
- Using components
- Service
- Communication with API
## :arrow_forward: Demo
[Vercel demo](https://angular-pokedex-oliveiravitor32.vercel.app/)
## Angular infos
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.1.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.