This project is a demonstration of how to use Nuxt 3 with Nuxt Apollo to fetch data from the Ricky and Morty GraphQL API and display it on the website. It also includes a light and dark mode feature created using the @nuxtjs/color-mode module and styling is done using the nuxt/tailwindcss module.
- Clone the repository to get started
git clone https://github.com/your-username/nuxt-3-apollo.git
- Install the dependencies
npm install
yarn install
pnpm install
- Start the development server
npm run dev
yarn dev
- ✨ Customizable light and dark modes for a personalized viewing experience.
- 🔥 Effortless data retrieval from the cutting-edge Ricky and Morty GraphQL API through the use of Apollo.
- 🎨 Eye-catching and Contemporary design, achieved through the implementation of TailwindCSS.
- 📱 Seamless User Experience on all devices, thanks to the responsive design approach.
This is just a demonstration project and should not be used in production without proper testing and optimization.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Feel free to use the code and make it better.