Skip to content

1.0.0 - First release, full initial functionallity

Latest
Compare
Choose a tag to compare
@gioragutt gioragutt released this 11 Mar 19:23
· 14 commits to master since this release

First version of the app, contains:

  • Home Page - Introduction page
  • Setup Page - Set up the game - manage the teams before the trivia begins
    • View the teams
    • Add teams
    • Remove teams
    • Rename teams
  • Trivia Page - The game page
    • View the scores of each question (first state)
    • Show the questions (second state)
    • Show the answer and pick the scoring team (third state)
  • Refreshing the page does not reset the state of the game

Programming wise, the following principles were focused on during the programming phase:

  • Modularization
  • Clean code
  • Web Components - split up the application to reusable, composable components
  • Redux - smart and dumb components