This is a T3 Stack project bootstrapped with create-t3-app
.
This is a web app made to access Pokemon data seamlessly. The user can redirect himself on 3 different routes
- Find By Name
- Find Multiple Pokemon
- Find by type
In this route, the user can access the Pokemon by just entering the name of the Pokemon he wants to see
In this route, the user can access data of multiple Pokemons by entering the name of the Pokemon he wants to see by entering names separated by commas.
In this route, the user can access the Pokemon by entering the type of Pokemon he wants to see
- Clone the repo
- Run the command
npm i
to install the dependencies - Make a .env file and fill in the necessary environment variables
- Run the project with the command
npm run dev
- DATABASE_URL = Url of the Postgresql database you are using.
- NEXT_PUBLIC_SUPABASE_ANON_KEY = Anon key of superbase project.