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

https://github.com/willi-dev/react-pokedex

consume pokedex api using react js
https://github.com/willi-dev/react-pokedex

pokedex pokedex-api react

Last synced: 6 months ago
JSON representation

consume pokedex api using react js

Awesome Lists containing this project

README

          

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

To Running Project Locally
In the project directory, run:
(make sure you have install node.js & yarn in your local machine)

```bash
# install dependencies
$ yarn
# running project
$ yarn start
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.