Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 561 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 561 Bytes

Pokedex

This app uses pokeapi to fetch all the data regarding pokemon.
The user can search the pokemon and gets it's picture and type as the result.

Run the project locally

In the project directory, first run:

npm install

Install all the dependancies required for the project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.