Pokedex app that built upon React and Typescript.
Reactstrap (with Bootstrap) and emotion for styling.
Redux for state management. With help by redux-thunk, redux-persist and redux-form.
Deployed to Vercel.
Or if you want to try on your machine:
- Clone this repo
- Install dependencies (
yarn
) - Run app (
yarn start
)
All content is © Nintendo, Game Freak, and The Pokémon Company.
Use API from https://pokedevs.gitbook.io to serve data. Response is being cached in server and make it persist in client.