This is a simple GraphQL client for the Pokémon API. It displays a list of Pokémon and their details from a GraphQL server.
- React (TypeScript + Vite)
- GraphQL
- Apollo
- Tailwind CSS
- pnpm
- Pokemon open API
- Clone the repository:
git clone
- Install the dependencies:
pnpm install
- Start the development server:
pnpm dev
- Open the browser and navigate to
http://localhost:5173
.
- Pokémon GraphQL - Pokémon GraphQL API