TheRealRajan / Pokemon-Pokedex

Pokemon Pokedex app using PokeAPI , PokeDex API and JavaScript.

Home Page:https://therealrajan.github.io/Pokemon-Pokedex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon-Pokedex

Pokemon Pokedex app using PokeAPI, PokeDex API and JavaScript.

The Pokemon cards are dynamically generated as data is fetched from PokeAPI and the images from PokeDex API.

The card consists of various details about the individual Pokemon like its Serial Number, Image, Name, Weight, Height and its Type.

The border of the card also indicates the type of the Pokemon as the color is set accordingly. You can also hover over the color blob on the top right corner of the card to see its type.

Various gradient effects have been used throughout the application like the webpage's background, on the card and even on the scrollbar

APIs used

  • PokeAPI - For Pokemon data and images(SVGs)

image image

--Mobile view--

image image

About

Pokemon Pokedex app using PokeAPI , PokeDex API and JavaScript.

https://therealrajan.github.io/Pokemon-Pokedex/

License:MIT License


Languages

Language:CSS 47.2%Language:JavaScript 40.3%Language:HTML 12.5%