Skip to content

HTML/CSS/JS Jeopardy game. My first coding project refactored with CSS Grid. Edit: As of April 2020, now with Docker support

Notifications You must be signed in to change notification settings

cjone563/webdev-jeopardy

 
 

Repository files navigation

Get Started:

Using git from the command line:

    1. Clone Repository ``git clone https://github.com/airbr/webdev-jeopardy.git`
    1. Change into the directory cd ./webdev-jeopardy
    1. Turn on your audio (Optional... but highly reccomended!)
    1. Open index.html in your web browser open public/index.html
    1. Enjoy

Using Docker via Dockerhub:

  1. docker run -d -P --name jeopardy airbr/webdev-jeopardy
  2. docker port jeopardy
  3. Visit at the ports assigned!

--

Web Dev Jeopardy by Morgan Murrah - v3.0

Current Game:

This game started as one of my first ever web projects and was my first application of HTML, CSS, Javsacript and JQuery. This game has been simplified/ a lot of refactoring of my horrible earlier code but could be improved. The game now makes use of the new CSS Grid specification which is not fully supported yet.

In 2020, I have decided as a learning exercise to attempt to dockerize this project. This is now published at dockerhub at airbr/webdev-jeopardy.

Older Screenshots:

Future develoment:

  • Make the game competitive/two player
  • Add a high-score table, or way of saving/sharing a score result

Technologies used in this game include:

  • HTML5
  • CSS3
  • Bootstrap 3.3.7
  • JQuery

Resources referred to include:

About

HTML/CSS/JS Jeopardy game. My first coding project refactored with CSS Grid. Edit: As of April 2020, now with Docker support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.5%
  • JavaScript 32.8%
  • CSS 6.1%
  • Other 0.6%