https://github.com/geffrerson7/pokedex-react
Interface to search pokemons by id or name
https://github.com/geffrerson7/pokedex-react
pokemon-api react supabase typescript vercel-deployment vitejs
Last synced: 2 months ago
JSON representation
Interface to search pokemons by id or name
- Host: GitHub
- URL: https://github.com/geffrerson7/pokedex-react
- Owner: Geffrerson7
- Created: 2023-02-27T01:30:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T17:39:22.000Z (about 3 years ago)
- Last Synced: 2026-01-03T14:36:12.252Z (5 months ago)
- Topics: pokemon-api, react, supabase, typescript, vercel-deployment, vitejs
- Language: CSS
- Homepage: https://pokedex-react-eta.vercel.app
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex-React
Pokedex to search for Pokemon by ID or name and store the search in a database.
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`VITE_SUPABASE_PROJECT_URL`
`VITE_SUPABASE_API_KEY`
## Run Locally
Clone the project
```bash
git clone https://github.com/Geffrerson7/Pokedex-React.git
```
Go to the project directory
```bash
cd Pokedex-React
```
Install dependencies
```bash
npm install
```
Run project
```bash
npm run dev
```
## Demo
[](https://pokedex-react-eta.vercel.app/)
## Authors
- [Gefferson Casasola](https://github.com/Geffrerson7)