Built with ReactJS and pokeapi-js-wrapper as API wrapper of PokeAPI.
My local machine using Node version v11.10.1 and NPM version v6.7.0.
After clone this repo, install the dependencies and start the server.
$ cd mypokedex-adventure
$ npm install
$ npm start
And open http://localhost:3000 to view it in the browser