Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dellamora/graphql-query-example
https://github.com/dellamora/graphql-query-example
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dellamora/graphql-query-example
- Owner: dellamora
- Created: 2023-04-02T02:31:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-03T19:17:36.000Z (over 1 year ago)
- Last Synced: 2024-11-08T11:46:16.465Z (8 days ago)
- Language: TypeScript
- Homepage: https://my-first-graph-ql-query.vercel.app
- Size: 162 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://my-first-graph-ql-query-git-main-dellamora.vercel.app/).
## 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.](https://github.com/dellamora/my-first-GraphQL-query/blob/main/src/blogPost.md)
## 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.