TonyGLL / pokedex-app

Pokedex Application using Javascript and Fetch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex App

This is a simple application made in javascript, in which we obtain all the pokemons from an external API and we show them in the UI by entering a corresponding id, we can also go back and forth in the list of pokemons.

Principles Features:

  • Requests to an API through Fetch.
  • Async Await promises.

Demo: Pokedex

External API: Pokeapi

Screenshot: screen;

About

Pokedex Application using Javascript and Fetch


Languages

Language:JavaScript 44.4%Language:CSS 29.7%Language:HTML 25.9%