Skip to content

hakobya4/prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokeDex

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.

Objective

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.

Table of Contents

Features

  • 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.

Screenshots

Technical_Requirements

  • 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.  

Dependencies

  • Bootstrap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages