Skip to content

guswhitten/rails-jeopardy

Repository files navigation

README

Setup

rails db:create rails db:setup

To view seed data in your SQL client, choose SQLite connection Type and Database File <path-to-repo>/rails-jeopardy/storage/development.sqlite3

TODO (right now)

  • flash error when past game not found
  • end of game...announce winner

TODO (eventually)

  • CSS styling
    • improve quality of alerts
  • convert remaining .tsv data to usable question data and import
  • allow popover for looking at past question metadata:
    • clue, value, answer
    • who answered and result
  • sounds?
  • simplify Javascript (do more on backend)
  • use turbo streams
  • add ability to return to current game if navigating away
    • session-based
  • make mobile friendly (almost there)

Limitations

  • remove &
    tags in the data

About

A Jeopardy! inspired game to learn about Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published