Skip to content

Feat: Create vote in progress dashboard page

On which route should this live?

/create doesn't seem very fitting.

/view could be an option. You're viewing the vote from an outside watcher perspective.

The page should contain the amount (only numbers!) of people who have and have not voted. This can probably easiest be done with a flexbox and flex-wrap.

It should also have a button for closing the vote early. When clicking that button, a confirmation popup should appear.