Pokedex is designed with HTML, CSS, and ES6+ JavaScript to display 150 Pokemon retrieved from an external API. This app uses promises, bootstrap modals navbar, and Pokemon API to fetch and display Pokemon information such as name height and picture.
To build a small web application with HTML, CSS, and JavaScript that loads data from an external API and enables the viewing of data points in detail.
- This app loads data from an external source (API)
- This app allows a user to view a list of 150 Pokemon
- On user action (i.e., by clicking on a list of Pokemon), the user can view details for that Pokemon.
- This app allows users to search and filter the Pokemon list.
![](https://private-user-images.githubusercontent.com/108638724/273751017-dfe5d0c6-3cb4-43fc-9632-71911583464c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTE2OTYsIm5iZiI6MTczODg5MTM5NiwicGF0aCI6Ii8xMDg2Mzg3MjQvMjczNzUxMDE3LWRmZTVkMGM2LTNjYjQtNDNmYy05NjMyLTcxOTExNTgzNDY0Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMTIzMTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZjZkYTMyNzdkYTk5ODFjODdhZjIxZjA0ZDEwYjA5ZGI4NmM2OWRhYWRiOTU2ODI2NWM0YTRlMTQ3ODcxMGQwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.N5tOcJ9QmDsT9uTwEZBK6mcjvzi7NNYriKLzL3vLiVs)
![](https://private-user-images.githubusercontent.com/108638724/273498185-26a4af38-57b0-4fa4-88c3-0081bb4470e4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTE2OTYsIm5iZiI6MTczODg5MTM5NiwicGF0aCI6Ii8xMDg2Mzg3MjQvMjczNDk4MTg1LTI2YTRhZjM4LTU3YjAtNGZhNC04OGMzLTAwODFiYjQ0NzBlNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMTIzMTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mYTViMmFmN2E0YjQ0ZjViYWJkMDEzYWE4N2NlYmIxNTA2NjYxMmRmYWRiYjg2YThmZmViYjU4YWVkN2JmNTkxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.OAl2nOxXdscAO0SalolST0L5zCIAy9CdQYgJNgWVNh0)
- The app loads data from an external Pokémon API .
- The app displays a list of items loaded from that API after the page is loaded.
- The app enables the viewing of more details for a given Pokémon when clicked through a modal.
- The JavaScript code is formatted according to ESLint rules.
- The app is deployed on GitHub Pages
- The app works in Chrome, Firefox, Safari, Edge, and Internet Explorer 11.
- Bootstrap