Skip to content

a terminal facing app to quiz you. Add a YAML file to get started

Notifications You must be signed in to change notification settings

josephmsmith/quizzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizzer

Hey there! Welcome to Quizzer, your friendly command-line quiz app. This app is designed to help you learn programming fundamentals through interactive quizzes in your terminal. It's super easy to get started. Here's how you can set it up and start quizzing!

Setup

  1. Clone the repository

    git clone https://github.com/yourusername/quizzer.git
    cd quizzer
  2. Install dependencies

    Make sure you have Bundler installed. If not, you can install it by running:

    gem install bundler

    Then, install the necessary gems:

    bundle install
  3. Run the Quizzer

    To start the quiz, just run:

    bin/quizzer

Adding Your Own Quizzes

Want to add your own quizzes? Just create a new YAML file in the quizzes directory with your questions. Here’s a sample format to get you started:

questions:
  - question: "What is the best city in America"
    choices:
      - "New York"
      - "Los Angeles"
      - "San Francisco"
      - "San Diego"
    correct: "San Diego"

About

a terminal facing app to quiz you. Add a YAML file to get started

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages