/pokedex

A simple Pokédex to display data fetched from PokéAPI

Primary LanguageVue

DEX

Available @ pokedexdex, DEX is a simple pokedex application that displays data from the PokéAPI.


Stack

This website was built with:

  • Nuxt.js A Vue.js framework for creating universal apps;
  • TailwindCSS - utility-first CSS framework
  • SCSS - preprocessor scripting language that is interpreted or compiled into CSS.

Currently, the application contains:

  • a homepage with a list of all pokémons alongside a search bar;
  • a individual page for each pokémon displaying its artwork, base stats, types, resistances and weaknesses.

In a near future the DEX will also contain a evolution chart on each capable of evoling pokémon's page containing its evolution tree, and also a feature called Teams for the user to create his own team and analyse its weaknesses and advantages.