Skip to content

A simple application to query the pokeAPI for pokemon details

Notifications You must be signed in to change notification settings

EmilChigu/pokedex

Repository files navigation

Getting Started with the pokedex app

  • To run the applications, simply clone the repo using the link https://github.com/EmilChigu/pokedex.git
  • To clone a repo, use the command git clone https://github.com/EmilChigu/pokedex.git using your terminal of choice into any directory
  • Once cloned, navigate to the pokedex folder and run the command npm install to install all the dependencies
  • After the dependencies have finished installing, run the command npm start to start the development server
  • The application should automatically open in your default browser or you can visit http://localhost:3000/ once the developement server is app and running.

Available Scripts

In the project directory, you can run:

npm start

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

About

A simple application to query the pokeAPI for pokemon details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published