A fun and interactive Trivia Quiz built with Next.js! This project allows users to test their knowledge by answering multiple-choice questions from different categories.
- ⚡ Built with Next.js for fast performance
- 🎨 Modern and responsive UI
- 📊 Fetches trivia questions dynamically
- 🔥 Tracks user scores
- 🌎 Supports multiple categories and difficulty levels
- 🎨 Styled with Tailwind CSS for rapid UI development
- 🛠 Open-source and customizable
Make sure you have Node.js installed on your machine.
node -v # Ensure Node.js is installed
git clone https://github.com/rnkdsh/trivia-quiz-next.git
cd trivia-quiz-next
npm install # or yarn install
npm run dev # or yarn dev
The app should now be running at http://localhost:3000!
- Select a category and difficulty level.
- Answer multiple-choice questions.
- Get instant feedback on your answers.
- Try to achieve the highest score!
- Frontend: Next.js, React
- Styling: Tailwind CSS
- API: Open Trivia Database
Contributions are welcome! If you’d like to improve this project, follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes and commit (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Open a Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.
If you like this project, consider giving it a ⭐ on GitHub!
Happy coding! 🚀