Spencerley / poketrumps

Pokemon Top Trumps
0 stars 0 forks source link

API Calls #1

Closed Spencerley closed 3 months ago

Spencerley commented 3 months ago
  1. Take name from input
  2. Run call on button press with input value - use pokemon name - .toLower()
  3. Set state on user pokemon data
  4. Add random pokemon data to computer data
  5. Send data to battle page
  6. Send user to Battle page to select stat pick
Spencerley commented 3 months ago

Add random user pokemon select button and api call:

Spencerley commented 3 months ago
  1. Take name from input - complete but does it on value change so lots of attempted api calls, need to do step two