ToxaDex

A PokéDex App built using Next.js and React. Uses the PokéAPI directly to fetch data on all 898 Pokémon. Uses Static Site Generation for rendering all the pages.

Live on Vercel


? About

Provides Information on all 898 species of Pokémon including their Genus, Height, Weight, Abilities, Evolution Line, and Stats. Effectiveness against each type is also calculated for every Pokémon in the Type Matchups secion. You can navigate using either the Links in Web Version or by Swiping Left or Right on Touch Devices.


? Screenshots

Web Screenshot

Mobile Screenshot


? Running Locally

$ git clone https://github.com/Vynex/toxadex

$ cd toxadex
$ npm install

$ npm run dev

GitHub

View Github