TriviaGPT makes creating and playing quizzes easier than ever. Instead of spending hours writing questions, this app creates fun, custom quizzes in seconds. It's like having a smart friend who knows how to make learning feel like a game - quick, fun, and perfect for everyone. Built with Next.js and powered by XAI, this template lets you build a trivia app that everyone will enjoy playing as more people want fun ways to learn.
TriviaGPT makes creating and playing quizzes easier than ever. Instead of spending hours writing questions, this app creates fun, custom quizzes in seconds. It's like having a smart friend who knows how to make learning feel like a game - quick, fun, and perfect for everyone.
Built with Next.js and powered by XAI, this template lets you build a trivia app that everyone will enjoy playing as more people want fun ways to learn.
https://trivia-quiz-gpt.vercel.app/
1
git clone https://github.com/0xmetaschool/TriviaQuizGPT.git
1
cd TriviaQuizGPT
1
npm install
Create an .env file in the root directory. Add the following variables:
1 2 3 4 5 6 7
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key CLERK_SECRET_KEY=your_clerk_secret_key NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up X_AI_API_KEY=your_X_API_key
1
npm run dev
Open your browser and navigate to http://localhost:3000.
We love contributions! Here's how you can help make the project even better:
This project is licensed under the MIT License - see the LICENSE file for details.
Please open an issue in the GitHub repository for any queries or support.
Select a file to view its content
Last updated 4 days ago