A simple React application that fetches and displays a list of Pokémon using GraphQL. This project demonstrates how to integrate GraphQL queries within a React application to retrieve and present data efficiently.
- React: Utilizes React for building the user interface.
- GraphQL: Fetches data from a GraphQL API endpoint.
- Pokémon Data: Retrieves a list of Pokémon with relevant details.
- Responsive Design: Ensures the application is accessible on various devices.
-
Clone the repository:
git clone https://github.com/storiaca/react-graphql.git cd react-graphql