- 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!
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
Built with Javascript and styled with Bootstrap
Questions fetched from Open Trivia Database
- 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