DEV Community

Dina
Dina

Posted on

QuizCraft: Test Your Knowledge Right from Your Terminal

Ever wanted to test your knowledge without leaving your terminal? Meet QuizCraft, a beautiful Terminal User Interface (TUI) quiz application that brings interactive quizzes right to your command line!

QuizCraft App

Why QuizCraft?

As developers, we spend most of our time in the terminal. Whether you're waiting for a build to complete, taking a quick break, or just want to learn something new, QuizCraft lets you challenge yourself without switching contexts.

Features

  • 🎨 Beautiful Interface: Colorful and intuitive TUI powered by @clack/prompts
  • πŸ“š Multiple Categories: Linux, DevOps, Docker, Kubernetes, Programming, and more
  • 🎚️ Difficulty Levels: Choose between Easy, Medium, or Hard questions
  • πŸ’‘ Instant Feedback: Get explanations for each answer
  • πŸ“Š Score Tracking: See your performance with detailed results
  • ⚑ Lightning Fast: No browser needed, runs entirely in your terminal

Quick Start

Getting started is super simple:

1. Get Your API Key

First, grab a free API key from quizapi.io

And set it as env variable:

export QUIZ_API_KEY=your_api_key_here
Enter fullscreen mode Exit fullscreen mode

2. Install QuizCraft

npm install -g quizcraft
Enter fullscreen mode Exit fullscreen mode

and start playing:

quizcraft
Enter fullscreen mode Exit fullscreen mode

Or run it without installing:

npx quizcraft
Enter fullscreen mode Exit fullscreen mode

That's it! Follow the interactive prompts to:

  1. Select a category
  2. Choose difficulty level
  3. Pick number of questions
  4. Start answering!

Tech Stack

QuizCraft is built with modern Node.js tools:

Contributing

QuizCraft is open source! Check it out on GitHub and feel free to:

  • Report bugs
  • Suggest features
  • Submit pull requests
  • Star the repo ⭐

What's Next?

Some ideas for future enhancements:

  • πŸ† Local leaderboard
  • ⏱️ Timed quizzes
  • πŸ“ˆ Progress tracking over time
  • 🎨 Custom themes
  • 🌐 More quiz sources
  • πŸ“Š Detailed analytics

Try It Now!

Don't just read about it, try it yourself:

npx quizcraft
Enter fullscreen mode Exit fullscreen mode

Happy quizzing! 🎯

Top comments (0)