An open API service indexing awesome lists of open source software.

https://github.com/omkar-savoikar/pokeapi-react

ReactJS application using the PokeAPI pokemon data
https://github.com/omkar-savoikar/pokeapi-react

javascript javascript-framework react-hooks react-router react-router-dom reactjs reactjs-components

Last synced: about 2 months ago
JSON representation

ReactJS application using the PokeAPI pokemon data

Awesome Lists containing this project

README

          

# PokeAPI - React
ReactJS application using the PokeAPI pokemon data

Source: [https://pokeapi.co](https://pokeapi.co)

The application runs on PORT:3000

## To run the application:
* run `git clone https://github.com/Omkar-Savoikar/PokeAPI-React.git` in your terminal to clone the repo
* Navigate to the project directory using `cd PokeAPI-React`
* Install the dependencies using `npm install`
* Start the server by running `npm start`