Skip to content

widoz/next-js-quiz-game

Repository files navigation

NextJS Documentation Quiz Game

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.

Features

  • 🎯 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

Tech Stack

Questions

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!

Local Development

To run this project locally:

  1. Clone the repository:
git clone https://github.com/widoz/next-js-quiz-game
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open the project in your browser: http://localhost:3000

License

This project is licensed under the MIT License. See the LICENSE file for details.

Notes

  • 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.

About

A quiz game to learn NextJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages