Skip to content

littlemousey/pokedex-vue

Repository files navigation

pokedex-vue

A pokedex of the first 151 pokemon (first generation). You can select your favorites and lookup their pokedex description. There are 3 pages: login page, pokémon selection page and the detail page for the chosen favorite pokémon.

Screenshot pokedex Screenshot pokedex

Demo of the pokedex in Vue The password you can use is pokemonmaster. Name doesn't matter for validation.

This project is made with Vue CLI and the following libaries and API:

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.