An encyclopedia of Pokémon species. Made with React & Redux.
Take a look at westpokedex.netlify.app
To clone and run this application, you'll need Git, Node.js and NPM installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/westgoten/pokedex.git
# Go into the repository
$ cd pokedex
# Install dependencies
$ npm install
# Start local server
$ npm start
Read about license rights and limitations here.