Skip to content

warpirate/Quizzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Quizzer - Interactive Tech Knowledge Quiz

Quizzer is a modern, interactive web application designed to test and enhance your technical knowledge through engaging quiz sets. Built with Next.js and React, it offers a seamless user experience with real-time scoring and progress tracking.

Features

  • 🎯 Multiple quiz sets covering various tech topics
  • 📊 Real-time score tracking and feedback
  • 🎨 Modern, responsive UI with dark mode
  • ✨ Interactive question interface
  • 📱 Mobile-friendly design
  • 🏆 Set-wise progress tracking

Tech Stack

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository
git clone https://github.com/yourusername/quizzer.git
cd quizzer
  1. Install dependencies
npm install
# or
yarn install
  1. Start the development server
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser

Usage

  1. Enter your name to start the quiz
  2. Select a quiz set from the available options
  3. Answer questions by selecting the correct option
  4. Submit your answer to proceed to the next question
  5. Track your progress and scores for each set
  6. View your final results after completing all sets

Project Structure

├── app/                # Next.js app directory
├── components/         # React components
│   ├── ui/            # Reusable UI components
│   └── ...            # Feature components
├── lib/               # Utilities and data
└── public/            # Static assets

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

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

About

Interactive tech knowledge quiz app built with Next.js, TypeScript, and Tailwind — multiple quiz sets with real-time scoring and progress tracking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors