Skip to content

Allows users to select a Pokemon (ex. Pikachu) and a move type (ex. water). Returns all the moves of that type that the specified Pokemon can learn.

Notifications You must be signed in to change notification settings

howardnguyen714/pokemon-move-matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Move Matcher

Pokemon Move Matcher allows users to select a Pokemon (ex. Pikachu) and a move type (ex. water). Returns all the moves of that type that the specified Pokemon can learn.

app screenshot

Technologies Used

  • Bootstrap
  • DOM manipulation
  • Event listeners
  • API requests
  • For loops

User Stories

  • As a user, I want to see an image of the Pokemon, so that I can verify I selected the right Pokemon.
  • As a user, I want the page to be mobile friendly, so that I can continue to use the page when I am not on a desktop.
  • As a user, I want to be able to search various Pokemon/moves without having to refresh the page, so that the page is easier to use.

Wireframe

wireframe image

Unsolved problems

  • Spelling validation
  • Table sorting

Major hurdles

  • Asynchronicity
  • Building out a table through the DOM
  • Using a nested for loop to find items that are present in two objects

About

Allows users to select a Pokemon (ex. Pikachu) and a move type (ex. water). Returns all the moves of that type that the specified Pokemon can learn.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published