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
- Host: GitHub
- URL: https://github.com/omkar-savoikar/pokeapi-react
- Owner: Omkar-Savoikar
- Created: 2024-02-16T14:05:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T15:09:02.000Z (over 1 year ago)
- Last Synced: 2025-10-28T00:35:46.269Z (5 months ago)
- Topics: javascript, javascript-framework, react-hooks, react-router, react-router-dom, reactjs, reactjs-components
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`