Create a poll, vote, and watch the results update live — all stored locally.
Build a poll maker app in React with: - Create a poll: one question and 2-6 answer options - Vote once per poll (persisted so a refresh doesn't allow revoting) - Live results as percentage bars once you've voted - Save multiple polls to localStorage, list them, switch between them, delete them - A reset-votes action per poll - Dark theme, no dependencies