https://keilermora.github.io/angular-pokedex/
The app shows a list of Pokémon from first 3 generations.
The image that represents a Pokémon in the list shows the variations that they had through the first versions, from the Green version (1996) to the Emerald version (2005).
The project was developed using Angular to create the UI, and the data is provided by the GraphQL server from PokéAPI.
- Nodejs with LTS support.
- A web browser
Run in the root of the project:
npm start
- Angular Folder Structure: Create a skeleton structure which is flexible for projects big or small.
- Normalize.css: A modern, HTML5-ready alternative to CSS resets.
- PokéAPI: The RESTful Pokémon API.
- @ngx-translate/core: The internationalization (i18n) library for Angular.