Skip to content

viniciusvks/pokedex

Repository files navigation

Pokedex

A pokedex powered by pokeapi and VueJS

Features:

The current version provides info about the 150 pokémons from 1st generation with the following features:

  • Name
  • Type
  • Description
  • Height
  • Weight
  • Gender Rate
  • Stats (HP, Speed, Attack, Defense, Special Attack, Special Defense)
  • Capture Rate
  • Habitat
  • Egg Groups
  • hatch Steps
  • Base Happiness
  • Growth Rate



Build Setup

This app requires NodeJS and npm to run. After you have both installed, just run the follow commands to build and run the application.

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build