Skip to content

Fluffik3666/pollify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pollify

Pollify is a simple, ad-free, and private polling application built with Flask and Firebase. Create and share polls without the clutter of advertisements or tracking.

Features

  • 🚀 Create polls instantly
  • 🔒 Private and secure
  • 📱 Mobile-friendly design
  • 🔗 Shareable links
  • 📊 Real-time results
  • 🍪 Local poll tracking
  • 💨 No ads or trackers

Live Demo

Try it out at: pollify.co.uk

Tech Stack

  • Frontend: HTML5, CSS3 (Flexbox)
  • Backend: Flask (Python)
  • Database: Firebase Realtime Database
  • Hosting: Vercel
  • Version Control: Git

Getting Started

Setup and installation instructions will be added in a future update. Stay tuned!

Project Structure

pollify/
├── app/
│   ├── static/          
│   │   ├── css/
│   │   │   └── style.css
│   │   ├── js/
│   │   │   └── main.js
│   │   └── favicon.ico
│   ├── templates/
│   │   ├── base.html
│   │   ├── create_poll.html
│   │   ├── poll.html
│   │   └── results.html
│   ├── __init__.py
│   ├── routes.py
│   ├── firebase_config.py
│   └── utils.py
├── vercel.json
├── requirements.txt
└── README.md

Contributing

Contribution guidelines will be provided in a future update. Feel free to star the repository to stay updated!

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgments

  • Flask documentation and community
  • Firebase documentation and community
  • Vercel for hosting
  • All contributors and users of Pollify