An open API service indexing awesome lists of open source software.

https://github.com/martijnvos/pokeinfo

The official repository for the PokeInfo web application
https://github.com/martijnvos/pokeinfo

firebase firebase-database pokeapi vuefire vuejs2 vuex2

Last synced: 3 months ago
JSON representation

The official repository for the PokeInfo web application

Awesome Lists containing this project

README

          

# PokéInfo
An unofficial pokédex made with the PokéAPI and VueJs utilizing Firebase's realtime database as a backend.
I decided to make this in Vue in order for me to learn a more advanced Javascript framework.
This application shows you the stats, moves, encounter information and game indices of all the different pokémon.

## Screenshots
**Homepage**
![PokéInfo homepage](images/home.png)

**Pokémon Info Screen** | **Pokémon Extra Information**
:-----------------------------------------------------:|:-------------------------:
![Pokémon information](images/pokemon_info_screen.png) | ![Pokémon extra information](images/pokemon_extra_information.png)

## Build Setup

``` bash
# install dependencies
npm install

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

# build for production with minification
npm run build
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).