Skip to content

deployor/poll-app

Repository files navigation

Banner

📊 Poll App

Poll app made for Hackclub with DB entierly on supabase! So u dont have the hassle of phpmyadmin and more! :)

Next.js Supabase TailwindCSS

✨ Features

  • 🔐 Github Auth (yay)
  • 📊 Chart.js
  • 📱 Responsive
  • ⏰ poll expiration
  • 🎨 Darkkkk ui with Tailwind CSS

🚀 Quick Start

git clone https://github.com/deployor/poll-app.git

npm install

cp .env.example 

.env.local

# Start
npm run build
npm run start

🛠 Tech Stack

  • Frontend: Next.js, TailwindCSS, Chart.js
  • Backend: Supabase
  • Authentication: Supabase auth
  • Hosting: Render, but anything should work!
  • Database: PostgreSQL (via Supabase)

📖 Usage

  1. Sign in with your GitHub account
  2. Create a new poll with multiple options
  3. Share the poll link with others
  4. View results after voting

🔧 Configuration

Create a .env.local file with:

NEXT_PUBLIC_SUPABASE_URL=BEANS.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=BEANSSS

📱 Screenshots

Home Page

🗺 Roadmap

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!

🌟 Features in Detail

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 :)

🤝 Contributing

Fork and Create a PR! Simple as that!

📄 License

This project is licensed under the MIT License - see the License file for details.

Made with ❤️ by Deployor

Releases

No releases published

Packages

No packages published