This is a Next.js client application which consumes the Rick and Morty API. The goal of this project was to create a fan website to showcase one of my favoriite shows while learning more about GraphQL and testing custom hooks and components.
- Next.js(React)
- TypeScript
- GrahQL
- Apollo
- Mantine UI
- Phosphor React
git clone https://github.com/KelechiOdom10/rick-and-morty.git
Install deps:
pnpm install
Run Next dev server:
pnpm run dev
This is an open source project, and contributions of any kind are welcome and appreciated. Open issues, bugs, and feature requests are all listed on the issues tab and labeled accordingly. Feel free to open bug tickets and make feature requests.