Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 656 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 656 Bytes

Pokemon GraphQL

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.

Pokemon GraphQL

Getting Started

Technologies

  • React (TypeScript + Vite)
  • GraphQL
  • Apollo
  • Tailwind CSS
  • pnpm
  • Pokemon open API

Installation

  1. Clone the repository:
git clone
  1. Install the dependencies:
pnpm install
  1. Start the development server:
pnpm dev
  1. Open the browser and navigate to http://localhost:5173.

Credits