Skip to content

dellamora/graphql-query-example

Repository files navigation

Rick and Morty Character List - GraphQL and Apollo

This project was created as part of a study to learn about GraphQL and Apollo. The goal was to fetch a list of characters from the Rick and Morty API using GraphQL queries.

you can try out the app here.

Getting Started

To get started with the project, follow the steps below:

  1. Clone the repository to your local machine.
  2. Install the dependencies by running yarn install.
  3. Start the development server by running yarn start.

Technologies Used

The following technologies were used to create this project:

  • React
  • TypeScript
  • Tailwind CSS
  • GraphQL
  • Apollo Client
  • Framer Motion
  • Intersection Observer API

Using GraphQL and Apollo

You can read more about this topic here.

Conclusion

This project was a great way to learn about GraphQL and Apollo. Using these technologies, we were able to fetch a list of characters from the Rick and Morty API with ease. We hope this project will help others who are learning about GraphQL and Apollo as well.