Vynex / ToxaDex

A Minimal PokéDex App built using Next.js and React

Home Page:https://toxadex.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Netlify


📃 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

About

A Minimal PokéDex App built using Next.js and React

https://toxadex.netlify.app


Languages

Language:JavaScript 57.6%Language:CSS 42.4%