Skip to content

This single page application will test your knowledge on different categories. Try your best to be the high scorer on each quiz. Join in on the fun by creating your own quizzes for your friends!

sfespinosa/trivia-party

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Trivia Party!

Installation

  1. Fork and clone repository.
  2. Navigate into the directory where you cloned the repository.
  3. Enter the command "bundle install" in the terminal.
  4. Navigate to backend folder (cd backend) and run "rails db:create" in the terminal.
  5. Run "rails db:migrate" in the terminal.
  6. For testing data, in the backend/db/seeds.rb file, alter the api url with different category numbers and run "rails db:seed" in the terminal.
  7. Run "rails server" to begin server.
  8. Run "open frontend/index.html" to view the website!

Description

This single page application will test your knowledge on different categories. Try your best to be the high scorer on each quiz. Join in on the fun by creating your own quizzes for your friends! Perfect for your virtual game nights at home.

Features

  • Login as new user or returning user
  • Select a quiz from the side menu
    • Take quiz - toggle between questions and select an answer from multiple choice options
    • View quiz progress
    • View quiz scores - view your score and how it compares to others who have taken the quiz
  • Create a new quiz
    • Title
    • Category
    • 10 multiple choice questions
  • View user profile
    • View your scores - lists the quizzes you have taken and the score
    • Delete user account

Technologies

  • Ruby version: 2.6.1
  • Javascript
  • PostgreSQL

Contributions

About

This single page application will test your knowledge on different categories. Try your best to be the high scorer on each quiz. Join in on the fun by creating your own quizzes for your friends!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published