Skip to content

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

Notifications You must be signed in to change notification settings

ambabasly/Pokemon-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

POKEMON APP

Built With

  • JAVASCRIPT

Screenshot 2021-10-14 at 23 32 51

Click me to view. link here!

Getting Started

The purpose of this project is to create a simple application that lists a variety of Pokemon along with their individual attributes, pulling information directly from an external API.

Main features

  • load data from an external source (API)
  • display a list of points
  • on user action (e.g. clicking on a list item), display details of that item

Requirements:

  • the app must load data from an external API, such as the Pokémon API.
  • the app must display a list of items loaded from this API after the page loads.
  • the app must allow more details about a particular list item (e.g., a Pokémon) to be displayed on demand, such as when a list item is clicked.
  • the app must have CSS styling.
  • the JavaScript code must be formatted according to ESLint rules.
  • the JavaScript code can be formatted using Prettier.
  • the JavaScript code can be manually formatted.
  • the app must use at least one additional complex UI pattern, such as a modal, for details or touch interactions.
  • the app may enable searching for items (e.g., searching for Pokémon).
  • the app should not trigger errors when used.
  • the app should be deployed on a publicly available platform such as GitHub Pages.
  • the app must work in Chrome, Firefox, Safari, Edge, and Internet Explorer.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published