desilerma25 / marvel-ous_trivia

Marvel Trivia game to test a user's Marvel knowledge based on 3 different difficulty levels. Adds user engagement through a form that allows a question to be submitted to the database. Created with a Ruby on Rails API and vanilla JavaScript.

Home Page:https://marvelous-trivia.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Welcome to the Marvelous Trivia Game!

Test your knowledge of all things Marvel and see how well you do. Have a question you would like to add? Simply added to the provided form. Enjoy!

TO GET STARTED: To begin this application, in your terminal, cd into the backend folder and run bundle install to ensure all necessary gems are being applied. Then, while still in the terminal (and the backend), run rails db:migrate as well as rails db:seed to set up the database. Now, to get the application running in a window, you will need to run your server with rails s. Finally, cd into the frontend folder and run open index.html to get the application open and running in an internet tab.

VIDEO WALK THROUGH: https://youtu.be/UVfy_5rHp3Q

GAME URL https://marvelous-trivia.netlify.app/

CONTRIBUTORS: If you would like to add to or collaborate on this program please email me at desi.lerma96@yahoo.com.

Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) Details: https://creativecommons.org/licenses/by-nc-sa/4.0/

About

Marvel Trivia game to test a user's Marvel knowledge based on 3 different difficulty levels. Adds user engagement through a form that allows a question to be submitted to the database. Created with a Ruby on Rails API and vanilla JavaScript.

https://marvelous-trivia.netlify.app/


Languages

Language:Ruby 67.5%Language:JavaScript 24.8%Language:CSS 4.3%Language:HTML 3.4%