A simple react pokedex app for experiments.
You can test the app at the available URL at the top of this page.
Home | Details |
---|---|
- Browse Pokemons list
- Search a Pokemon by name or by id
- Compare a Pokemon's statistics with all others Pokemons of the same type(s)
- View live tweets about a Pokemon
- Like or dislike a Pokemon
- Dark & Light themes
- Clone the repo with
git clone https://github.com/rootasjey/pokedex
- Go to the cloned repo with
cd pokedex
- Install dependencies with
yarn
ornpm install
- Run the app with
yarn run start
ornpm start
- fontawesome
- graphql-request
- maetrial-ui
- mobx
- react
- react-list
- react-tilt
- react-router
- styled-components
- typescript
MIT Licence