Skip to content

joshmou95/simple-javascript-app

Repository files navigation

Pokedex App

Project Description:

A small web application with HTML, CSS, and JavaScript that loads data from an external API and enables the viewing of a list of items. Clicking on an item brings up more detail (name, height, types, image).

pokemon-gif

How to get the project running: Create the Pokemon items with the help of an IIFE function Variable, Arrays and objects.

Display the items on the app by using a forEach function and conditions with if.. else statments.

API fetched a list of pokemon from 'https://pokeapi.co/api/v2/pokemon/'

The pokemon information(Name, height and image) should display on the Modal. The modal used is the bootstrap modal. Sytles were edited in CSS.

gh pages link: Pokedex

Technical Requirements
● The app must load data from an external Pokémon API.
● The app must display a list of items loaded from that API after the page is loaded.
● The app must enable the viewing of more details for a given list item on demand, such as when clicking on a list item.
● The app must have CSS styling.
● The app must use at least one additional complex UI pattern, such as a modal, for details or touch interactions.

About

A JavaScript app built with HTML, CSS, and JavaScript, which uses an external API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published