Skip to content

CetO-hub/poke-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project description


The application loads an initial list of 929 Pokémons via an API and displays the items in a grid layout. The user is able to click on each grid item in order to display a detailed modal of the item. The details include the name, the image, the height and the different types of the respective item. Furthermore, the application allows to search for Pokémons via a search field.

Usage


Click on a pokemon name to show details (name, height and types) of the pokemon as a modal. The modal can be closed by clicking outside the modal, clicking ESC on the keyboard or by clicking on the "close" button. You can browse through the list within the modal by clicking on the respective "previous" or "next" arrows. You can use the search field to search for a certain Pokémon. Upon typing the desired Pokémons name in the search field a list of search results is displayed under the input field with all matching Pokémons and the search sequence. The typed search sequence is highlighted bold and is underlined. The search sequence must not start at the beginning of the searched Pokémon.

Technical


In order to get the data for the application the API "https://pokeapi.co/" was used. The modal and the styling for the navigation bar were introduced by applying bootstrap ("https://getbootstrap.com/docs/5.2/getting-started/introduction/") The assets were generated via Midjournay: https://www.midjourney.com/app/

Following languages were used:

  • HTML
  • CSS
  • JavaScript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published