amanvirparhar / kwizbol

A website to practice the game of Quizbowl. Questions from past tournaments are revealed to the user, who can then attempt to answer them.

Home Page:https://kwizbol.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kwizbol.

A website to practice the game of Quizbowl. Questions from past tournaments are revealed to the user, who can then attempt to answer them.

Demo Video

Here's the link to the video on YouTube: https://youtu.be/1RT_Nm3Yi8I

Visit on the Web

In order to view and use kwizbol on the web, visit this link.

Run Locally

Download the Github repo.

git clone https://github.com/amanvirparhar/kwizbol.git

Go into the project directory

  cd kwizbol

Start the server

  npm start

Directions for Navigation

  • The HTML/EJS is located in the views subdirectory.
  • The routing and server side code for question/answer is located in index.js in the routes subdirectory.
  • The public subdirectory contains various CSS, JS, and image assets used.

About

A website to practice the game of Quizbowl. Questions from past tournaments are revealed to the user, who can then attempt to answer them.

https://kwizbol.herokuapp.com/


Languages

Language:JavaScript 55.3%Language:EJS 31.5%Language:CSS 13.3%