Skip to content

Run a trivia marathon! Choose a category to answer questions and increase your score. Watch as you rise up the leaderboard! Built with Javascript and styled with Bootstrap for Flatiron School's Software Engineering Immersive Program

Notifications You must be signed in to change notification settings

slaloggia/Triviathon

 
 

Repository files navigation

Triviathon

Run a Trivia Marathon!

  • Log in with your username to create an account or continue playing.
  • Choose a category to start your race. Default length is Half-Marathon (13 questions)
  • Answer questions of varying difficulty to earn points:
    • Easy = 1 point
    • Medium = 3 points
    • Hard = 5 points
  • Submit your score and rise up the leaderboard!

image

Set up

Navigate to triviathon-backend directory and run the following:

bundle install
rails db:migrate
rails db:seed
rails s

Navigate to triviathon-frontend directory and run the following:

npm install
open index.html

Tools

Built with Javascript and styled with Bootstrap

Questions fetched from Open Trivia Database

Future Build Features

  • User authentication with secure passwords
  • Answers render in collapsible component
  • Option for user to view all questions answered

Created by Valeriia Hutsuliak, Naveed Ganjani, and Sarah Laloggia for Flatiron School's Software Engineering Bootcamp, Module 3 (Rails) Project 2019

About

Run a trivia marathon! Choose a category to answer questions and increase your score. Watch as you rise up the leaderboard! Built with Javascript and styled with Bootstrap for Flatiron School's Software Engineering Immersive Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 66.0%
  • JavaScript 24.1%
  • HTML 7.6%
  • CSS 2.3%