Jeopardy.Lite

Jeopardy.Lite is a remake of the popular game show Jeopardy.

Jeopardy

About this project

This was my first coding project. The assignment was to create an original game or a remake of your favorite game. Once I heard the word "game", I knew that I'd be making this.

I only had a week to complete it, so the first thing I did was list down and stack rank all the features I wanted to have. I ended up prioritizing core features like selecting questions and keeping score, and cutting features like sounds and fancy animations.

I used Flexbox to create a responsive experience. I considered using Grid and Bootstrap, but I didn't completely understand Flexbox, so I thought this would be a good opportunity to practice and get better. I used Javascript to add interactions such as the modal dialog that appears when a question is selected.

The most challenging part of this project was positioning and centering the elemets. After much reading and experimentation, I eventually got the board to look the way I envisioned.

Technologies used

  • HTML
  • CSS
  • JavaScript

Resources