Demo: https://lluukinha.github.io/whos-that-pokemon/dist/
I created a simple Who's that pokemon
game using only VueJs based on this project i saw from a friend from Facebook using React.
The pokemon list Json is a file I created for use in another projects, that's why it has informations about the type, description, next evolutions, etc... The Json is in portuguese (PT-BR) but everything else is coded in English.
- a lot of people already know at least the 151 from first generation
- big database
- nostalgic
I am a software developer since 2011 and working professionally since 2013 and a great techology and videogames lover.
- Pokedex - Pokedex built with Vanilla PHP and Vanilla JS
- Instagram - Personal Profile
- Youtube - Youtube channel (PT-BR)
- Page - Personal Home page.
- LinkedIn - My LinkedIn Profile
You just need to clone the repository and install the npm package.
$ npm install
$ npm run serve