Skip to content

trevorwood222/pokemongoxp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon Go XP Calculator http://pokemongoxp.com/

A calculator that calculates the amount of time it will take to reach the next level at ones current progress

Tech stack

React with TypeScript

Install

  1. git clone https://github.com/trevorwood222/pokemongoxp.git
  2. cd pokemongoxp {or wherever you saved it}
  3. npm run install
  4. npm run start
  5. Go to localhost:3000

Deploy

  1. npm run build
  2. npm run predeploy
  3. npm run deploy