This Project is my attempt at creating an index that makes asynchronous queries to an api (PokéAPI), based on the name or type submitted on the left.
The Pokédex can be viewed here.
Or to setup locally
git clone https://github.com/AhmedAlihashi/pokedex.git
npm install or yarn install
npm run start or yarn start
You can download the pre-built version here
Alternativly you can build your own version locally
git clone https://github.com/AhmedAlihashi/pokedex.git
cd electron
npm install or yarn install
npm run build-win or yarn build~win
Ps. if you want to view the 3d asset edition i packaged click here