Skip to content

dci-fbw-wd-24-d07-a/spa-013-asynchronous-programming-pokemon-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Pokemon Cards

Create a pokemon search engine using the Fetch API and the Pokemon API.

Task

Using the Fetch API, and the Pokemon API;

  • Build a website that allows the user to search for Pokemon. The user should be able to interact with the page using an <input /> field and a <button>.

Requirements

  • There should be an <input /> field for the search criteria

  • There should be a button which on click, uses the value of the <input /> field to;

    • Check the value is not empty
    • If value is empty, display a warning to the user
    • Search the Pokemon API
    • Display the result from the API on the page
    • The result should include the following properties;
      • name
      • front_default (image)
      • stats
      • abilities
  • The results should be styled to look like a card (see Expected Result below)

Expected Result

Expected result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published