Skip to content

Pokédex feita em Vue.js 3 e Quasar Framework utilizando RESTful Pokémon API.

License

Notifications You must be signed in to change notification settings

manucav/pokedex

Repository files navigation

Vue.js Pokédex

Pokédex feita em Vue.js 3 e Quasar Framework utilizando RESTful Pokémon API.

Disponível em: https://manucav.github.io/pokedex

A Pokédex integra os primeiros 250 Pokémons, com:

  • Nome e Tipo
  • Stats
  • Habilidades e movimentos
Pokédex

Stats

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

License

This project is licensed under the MIT License - look at LICENSE.md file for details.

API

This project utilizes a RESTful Pokémon API - check the API documentantion for details.

To do

  • Ordenar os movimentos por level e ordem alfabética
  • Colocar as evoluções anteriores e posteriores dos pokemons
  • Implementar botão de carregar mais para carregar todas as gerações sem sobrecarregar a página
  • Separar em componentes os conteúdos da página

About

Pokédex feita em Vue.js 3 e Quasar Framework utilizando RESTful Pokémon API.

Topics