Create a page on the frontend with a list of radio buttons and a vote button.
When the vote button is clicked, send the selected item to the backend API (using JSON).
Set the page to "Awaiting results..." and disable the voting buttons while it waits for backend response.
The backend API returns a JSON response.
The frontend displays this response.
Create a page on the frontend with a list of radio buttons and a vote button. When the vote button is clicked, send the selected item to the backend API (using JSON). Set the page to "Awaiting results..." and disable the voting buttons while it waits for backend response. The backend API returns a JSON response. The frontend displays this response.