- NextJS
- Tailwind
- graphql-request
- Codegen (To generate the types for graphql request)
This project uses the rickandmortyapi.com graphQL and tailwind to design a website with realtime filtering.
The MotionOne library motion.dev was used for the sliding in animations. This was preferred over framer motion due to its smaller bundle size.
This package was used to generate query types for the data being request and graphql-request was used as a plugin to write the queries using graphql and request them, these two are functions available from graphql-request package.