Poll app made for Hackclub with DB entierly on supabase! So u dont have the hassle of phpmyadmin and more! :)
- 🔐 Github Auth (yay)
- 📊 Chart.js
- 📱 Responsive
- ⏰ poll expiration
- 🎨 Darkkkk ui with Tailwind CSS
git clone https://github.com/deployor/poll-app.git
npm install
cp .env.example
.env.local
# Start
npm run build
npm run start
- Frontend: Next.js, TailwindCSS, Chart.js
- Backend: Supabase
- Authentication: Supabase auth
- Hosting: Render, but anything should work!
- Database: PostgreSQL (via Supabase)
- Sign in with your GitHub account
- Create a new poll with multiple options
- Share the poll link with others
- View results after voting
Create a .env.local
file with:
NEXT_PUBLIC_SUPABASE_URL=BEANS.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=BEANSSS
Future enhancements planned for this project:
- Auth with Supabase
- Revamped Design
- Real-time updates using Supabase subscriptions
- Advanced poll analytics
- Tag System (so u can filter)
- Social sharing integration
- Export as CSV
- Better Charts!
Feature | Description |
---|---|
Authentication | Secure GitHub OAuth integration |
Poll Creation | Create polls with multiple options and custom duration |
Results Visualization | Beautiful charts using Chart.js |
Layout Responsive | Works seamlessly on all devices :) |
Fork and Create a PR! Simple as that!
This project is licensed under the MIT License - see the License file for details.
Made with ❤️ by Deployor