A JavaScript App (Pokédex)
About:
This is a simple web application built with HTML, CSS, and JavaScript that uses a public external API to load data and provide the requested information to user.
Goals:
This application is built to give users the ability to view a list of Pokemons and get detailed information on demand.
Features:
- Loads data from a public API
- Displays a list of Pokemons
- A search bar is provided to filter the list by Pokemon names
Technologies:
The following technologies are used:
- HTML5
- CSS3
- JavaScript ES6
- W3C Validation
- Prettier
- ESlint
Links
- Github: simple-js-app
- Online