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
- Host: GitHub
- URL: https://github.com/willi-dev/react-pokedex
- Owner: willi-dev
- Created: 2019-10-09T16:52:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:24:39.000Z (about 3 years ago)
- Last Synced: 2025-03-04T05:32:07.769Z (about 1 year ago)
- Topics: pokedex, pokedex-api, react
- Language: CSS
- Homepage: https://react-pokedex.widnwill.com/
- Size: 1.88 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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.