/Pokedex

Primary LanguageJavaScript

woops, this stopped working 😞. The API might have changed.

Pokedex

A basic Pokedex built with React & Redux using the PokeApi.

Demo

Install Packages

npm install

Download Pokemon images

  1. Download Wget here or here (.exe). Mac users - God speed

  2. Run dl-images in project root

Run in dev server with watchers

gulp

build dev

gulp build

build prod

gulp build:prod

TODO

  • Complete base UI including design and loaders
  • Add evolution tree
  • Add animated gradient bg
  • Add clientside caching
  • Automate image compression
  • Replace gulp for webpack