项目作者: Myke24

项目描述 :
A quick Pokemon trivia game project to test your knowledge of Pokemon and their names
高级语言: JavaScript
项目地址: git://github.com/Myke24/Who-wants-to-be-a-Pokemon-Master-.git


Who-wants-to-be-a-Pokemon-Master-

A trivia game created using the Fetch API to gather data from the PokeAPI to create dynamic questions about Pokemon

App

Screen Shot 2021-02-24 at 10 49 41 PM

Technologies Used

  1. Fetch API, PokeAPI, tenor.com(just for an image)

Installation Instructions

Go to the website @ https://myke24.github.io/Who-wants-to-be-a-Pokemon-Master-/

User Stories

  • As a player I want to get a lot of questions to really test my knowledge about Pokemon
  • As a player I want to choose categories of questions to test my overall knowledge about Pokemon
  • As a player if I get the answer wrong I want to know the answer to the question so I can know it for next time
  • As a player I don’t want to keep track of my overall bank amount so I can focus on winning more money

Wireframes

Screen Shot 2021-02-22 at 2 37 56 PM

Major Hurdles and Overcoming them

  • Really tuning into my inner UI designer
  • Really understanding the benefits of practicing functional programming. Saved me a lot of time when debugging. Should have started with it in the beginning.
  • Resetting timers and intervals should have been easier to implement
  • Need to focus on core concepts better
  • Staying organized