I would like to create a simple TTRPG initiative tracker that is suitable to display on an external monitor. This application will be web-based (I don't care what framework is used.) It needs to be able to have an admin interface that the DM uses to run the encounter and a "display" interface that the users will see on an external monitor or TV. Here is a list of functions that this simple TTRPG initiative tracker should be able to do: Admin (DM) side: - Create a new Campaign, and in that campaign, Create a group of players - Each campaign can have encounters - For each encounter be able to add players to that encounters as well as monsters. - Each monster and player should have an initative score. External Interface - Display the initative and left over hitpoints for the players and monsters. ========= Okay, let's change a few things. - When a campaign is active the admin interface should be a little more clear on that fact. Right now it's hard to tell what encounter is active for the player interface. - Next, when the encounter is running, I need to be able to assign damage to the players easily without having to click edit to the monster or player.