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

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

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

[![Deploy with Vercel](https://vercel.com/button)](https://pokedex-react-eta.vercel.app/)

## Authors

- [Gefferson Casasola](https://github.com/Geffrerson7)