Simple app to create and vote on polls. Built with React, Chakra UI and Supabase ❤️ during the Launch Week 5 Hackathon.
This is my first React project (I'm used to Vue), so it will be messy in places.
- Create a poll with up to five choices, optionally allow multiple-choice votes.
- Results page with visualizations and realtime updates.
- Add authentication, so users can manage their polls.
- Bot-protections using Captcha, an IP record table and user sessions.
- Dunno, maybe more.
- Polls and votes stored in Database
- Edge Functions to create polls and cast votes
- Database Functions to count votes for a poll, so a client doesn't have to request all individual votes
- Realtime votes and poll results page