Simple pokemon info app created with React.js
- Infinite scrolling on Pokemon Cards
- Filter Pokemon Cards by Type
- Click on card to see details of pokemon
- Mobile/Desktop responsive
- Replace global classes with styled components
- Show more information about ability onHover
- Add type filtering [ done ]
- Navigate to nearby pokemon id in Pokemon detail component
- Looking good in tablet screen
- Clone this repo and go to project directory
- Run
npm install
and wait installing its dependencies - Run
npm start
to start the application