Skip to content

bmalcherek/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Information

Pokedex built in React for my front-end internship task in Allegro using PokeAPI for data. App is also hosted on heroku at: https://pokedex-bm.herokuapp.com/

How to run

NodeJS is required to run To install required packages

npm install

To run dev server

npm start