A pokemon database and simple pokemon gashapon game using React, Tailwind CSS, and GraphQL
A pokemon database and simple pokemon gashapon game.
A simple pokedex that provide list of pokemons and its profiles such as types, about, and moves.
You can catch pokemon with 50% success rate, and add it to your pokemon collections.
Live Preview at https://yohanesisa.github.io/pokepon
Developed using:
To run this project, clone from git and install it using npm:
$ npm run install
$ npm run start
Build and run statically at local environment:
$ npm run build
$ serve -s build
Yohanes Isa Ananto Tri Pratiwi