Skip to content

Chloeh24/Pokemon-battle-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's Go Pokemon Battle

Choose Your Pokemon And Battle!!

battle

This project was bootstrapped with Create React App.

Home

home

Battle

battle

There it is! Tauros's Horn Attack! But Farfetchd dodges it marvelously! And behold! Farfetchd's Pound is a critical hit! This doesen't look good for Tauros. He is about to faint! Tauros eats the berry he was holding! But is it too late for Tauros... Find out in the next episode!

Our stretch goals

  • Dynamic HP bar
  • Pokemon movement animation

Created using Poke API

https://pokeapi.co/

Running Locally

To run the project locally:

  1. clone this repo
  2. install packages with npm i
  3. run npm start