This application allows a user to see a list of pokemons and see all the pokemon species in the same evolution chain of a clicked pokemon.
- ReactJS
- Jest
- Sass
- Webpack
- Clone this repository
git clone https://github.com/rotimi-babalola/pokeapi-app.git
- Install dependencies
npm install
- Start the application in development mode
npm run start:dev
- Run production build
npm run build:client-prod
Have fun!