Quagsire | Pikachu |
---|---|
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.
Pokedex 👈
- 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)
- 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.
- This is a link to my Pokemon index.html, script.js, and style.css files in Replit.
- 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 the Modern JavaScript Tutorial. It teaches how to learn JavaScript as a programming language.
- Or, as I like to say: How to make "fetch" happen. (<- Mean Girls reference)
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.
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.