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.
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:
npm install
npm run serve
npm run build
npm run test
npm run lint