dianakao / pokemon-pokedex

I made a Pokedex that fetches Pokemon, using javascript, html, and css and the pokeapi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon Pokedex

Quagsire Pikachu
Q P

Description

I made a Pokedex that fetches Pokemon, using javascript, html, and css and the pokeapi. It fetches results up through Generation VIII (8) which is the latest generation as of April 2021.

Live Link:

Pokedex 👈

Instructions:

  • Try typing in the name of a Pokemon in the empty field above the Submit button.
  • Click submit, and it should return the name and picture of the pokemon.
  • Please Note: ^This live application only works in the Chrome or Firefox browsers. (Apologies to Safari users)

Pokemon Pokedex

Resources

The Pokemon API

  • All the Pokémon data you'll ever need in one place, easily accessible through a modern RESTful API. This is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game series. It covers everything from Pokémon to Berry Flavors.

Diana's Replit

  • This is a link to my Pokemon index.html, script.js, and style.css files in Replit.

Public APIs

  • This is a collective list of free APIs for use in software and web development. Notably, it's much easier to use the APIs that have Auth set to "No".

Big List of Free and Open Public APIs

  • This is a great list of public/free APIs.Uploading Pokemon Pokedex.png…

Modern JavaScript Tutorial

  • This is the Modern JavaScript Tutorial. It teaches how to learn JavaScript as a programming language.

Definition of Fetch

  • Or, as I like to say: How to make "fetch" happen. (<- Mean Girls reference)

Definition of CORS

Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any other origins (domain, scheme, or port) than its own from which a browser should permit loading of resources.

Definition of DOM

The Document Object Model (DOM) is the data representation of the objects that comprise the structure and content of a document on the web. It is a programming interface for HTML and XML documents.

About

I made a Pokedex that fetches Pokemon, using javascript, html, and css and the pokeapi.


Languages

Language:CSS 52.7%Language:HTML 28.1%Language:JavaScript 19.2%