Check the page here - https://pokeapidex-react-ts.pages.dev/
PokeApiDex is a React Typescript application that allows users to browse through all the pokemons and check their information using PokeApi data.
The application was made using:
- React Typescript
- Sass
- Redux Toolkit
- React Router Dom
- Axios
- Vite
Pokemon list show all the pokemon there are, it has an infinite scroll functionality that fetches more pokemons every time users reach end of page. There is also a search option that will users all pokemon starting with a given value.


After clicking on one of the pokemons we are directed to a single pokemon page that show more info about given option.

The app is also responsive to mobile devices

-Sorting by generation
-Sorting by type
-Abilities and types tooltips
-Evolution chart