Application will display Pokemon index. When user click the name of Pokemon, the detail should be shown.
Please install followings on your computer.
- React.js - Documentation for how to install
- Create React App
- Package manager (npm or Yarn)
npm build
oryarn build
Your website will be ready to use on build
folder.
- React.js - Javascript library.
- Material UI - UI dependency for React.js.
- [MobX] (https://mobx.js.org/README.html) - State management library.