Simple pokedex app create using ReactJS and PokeAPI
- Git
- Node.js and npm Node 10.15.2, npm 6.4.1
- react : ^16.8.6
- react-bootstrap : ^1.0.0-beta.10
- react-dom : ^16.8.6
- react-redux : ^7.1.0
- react-router-dom : ^5.0.1
- redux : ^4.0.4
- redux-thunk : ^2.3.0
- react-test-renderer : ^16.8.6
$ git clone https://github.com/trionoputra/pokemon-app.git
$ cd pokemon-app/
$ npm install
$ npm start
- Pokemon List
- Pokemon Detail
- My Pokemon
- Catch and Release Pokemon
- Mobile Friendly
- Global State Management (Redux)
- Simple Unit Test