Skip to content

An index of Pokémon built with HTML, CSS, and JavaScript that loads data from an external API. Upon user interaction, more details are shown via a modal that loads content dynamically.

Notifications You must be signed in to change notification settings

samanthasbytes/js-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

An index of Pokémon built with HTML, CSS, and JavaScript that loads data from an external API. Upon user interaction, more details are shown via a modal that loads content dynamically.

Dependencies

  • JavaScript version ECMAScript 6
  • Bootstrap CSS version 5.3.3
  • Bootstrap JS version 5.3.3
  • Popper.js version 2.11.8
  • External API: PokéAPI (https://pokeapi.co/)

Setup

To run this project locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Open the project directory in your code editor.
  3. Ensure you have a modern web browser installed (such as Chrome, Firefox, or Safari).
  4. Open the index.html file in your web browser.

Note that no dependencies need to be installed. Bootstrap is included via CDN, a link to Bootstrap CSS is included in the index.html header and a link to the JS and Popper minified bundle is included just above the closing body tag, before the link to the scripts.js file.

About

An index of Pokémon built with HTML, CSS, and JavaScript that loads data from an external API. Upon user interaction, more details are shown via a modal that loads content dynamically.

Resources

Stars

Watchers

Forks