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

https://github.com/mathurah/pokemon

react app to load pokemon images ⚡️
https://github.com/mathurah/pokemon

create-react-app pokeapi react

Last synced: 5 months ago
JSON representation

react app to load pokemon images ⚡️

Awesome Lists containing this project

README

          

# Pokemon
Using React Hooks to load all the pokemons and their images using the Restful [Poke API](https://pokeapi.co/)

## How it was made
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and used the [Pokemon API](https://pokeapi.co). Didn't need to use any additional packages for this application.

## How to run the application 🔨
Clone the repository and run `npm install` to install all dependencies.
`npm start` and open [http://localhost:3000](http://localhost:3000) to view it in the browser.