Skip to content

isaka-james/quiz-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz CLI 📚

An interactive command-line quiz system for studying, built with Rust, Node.js, and a custom PHP server backend.

Quiz Docs Web

🚀 Features

  • Select courses and start quizzes instantly
  • Answer multiple-choice questions with a timer per question
  • Earn points for correct answers, lose points for wrong ones
  • If points reach 0, wait until the next day for daily points
  • Questions have different difficulty levels with varying timers
  • Exit anytime with q

📥 Installation

Option 1: Clone the Repository

git clone https://github.com/isaka-james/quiz-docs
cd quiz-docs
chmod +x quiz-system
./quiz-system

Option 2: Use Curl

curl -L -o quiz-system "https://raw.githubusercontent.com/isaka-james/quiz-docs/refs/heads/main/quiz-system"
chmod +x quiz-system
./quiz-system

🔥 Usage

Start the Quiz CLI

quiz

After launching, the app will display available courses. Enter the course number to begin.

Update the Application

quiz-system update

Uninstall the Application

quiz-system uninstall

🤝 Contributing

Feel free to contribute by submitting issues or pull requests!

📜 License

MIT License. See LICENSE for details.