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 ⚡️
- Host: GitHub
- URL: https://github.com/mathurah/pokemon
- Owner: mathurah
- Created: 2020-04-30T20:24:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:21:23.000Z (over 3 years ago)
- Last Synced: 2023-03-04T09:07:18.860Z (over 3 years ago)
- Topics: create-react-app, pokeapi, react
- Language: JavaScript
- Homepage: http://www.mathurahravigulan.com/pokemon/
- Size: 7.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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.