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.
- 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/)
To run this project locally, follow these steps:
- Clone this repository to your local machine.
- Open the project directory in your code editor.
- Ensure you have a modern web browser installed (such as Chrome, Firefox, or Safari).
- 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.