An interactive quiz game built with Next.js that tests your knowledge of Next.js concepts. Questions are AI-generated based on the official Next.js documentation.
- 🎯 Test your Next.js knowledge with AI-generated questions
- ⚡ Built using Next.js 14
- 🎨 Clean, modern UI
- ✨ Instant feedback on answers
- 📊 Score tracking
- 📱 Fully responsive design
The quiz questions are located in src/questions
and were generated using AI (v0) based on the official Next.js documentation. Topics covered include:
- Routing
- Data Fetching
- Server Components
- Client Components
- API Routes
- Deployment
- And more!
To run this project locally:
- Clone the repository:
git clone https://github.com/widoz/next-js-quiz-game
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the project in your browser: http://localhost:3000
This project is licensed under the MIT License. See the LICENSE file for details.
- This project was built for educational purposes and to showcase the capabilities of Next.js.
- The AI used to generate the questions is not perfect and may not always generate valid questions.
- The MVP was generated with AI (v0) and improved with claude 3.5 sonnet.