GithubHelp home page GithubHelp logo

quickpoll's Introduction

QuickPoll | A fullstack online polling application

Features:

  • User Login & Signup System
  • Poll Creation: Registered users can create public/private polls
  • Time Limits & Poll Scheduling: Users can set time limits and schedule their polls
  • Poll History: Users can view polls created by them via their profile. Users can also views the polls on which they voted.
  • Deleting polls: Users can also delete the polls created by them
  • Public Polls: Anyone can vote and view results
  • Private Polls: Anyone can view the results. Only registered users can vote on them.
  • Expired Polls: Anyone can view the results. No one can vote.
  • Options: Polls can have any number of options.
  • Data: Polls along with questions/options also display Start Time, End Time & Created By.
  • Limits: Users are limited to 1 vote per poll
  • Responsivness: The site is full responsive across all devices
  • SEO: Relevant meta tags have been used. Further Google Lighthouse has been used to test SEO of the website.

Pages/Components:

Header

  • Home Page, Login, Signup, Logout buttons

Home

  • Header
  • Active Polls (Public/Private)
  • Inactive Polls

Login

  • Login Form

Signup

  • Signup Form

Profile

  • Polls created by users
  • Button to create new polls
  • Button to delete polls

Poll Creation Page

  • Button to view poll creation guidelines
  • Form to create poll

Database Structure

QuickPoll
|_ _ _ Polls
    |_ _ _ Poll ID
    |_ _ _ Question
    |_ _ _ Options
    |_ _ _ Start Time
    |_ _ _ End Time
    |_ _ _ Type (Public/Private)
    |_ _ _ Created By
|_ _ _ Users
    |_ _ _ User ID
       |_ _ _ Username
       |_ _ _ Created Polls: Poll ID
       |_ _ _ Voted Polls: Poll ID

Tech Stack

  • Django: Main framework, Server Side Scripting
  • HTML5, CSS3: Website structing, Website Design
  • JavaScript: DOM Manipulation, Client Side Scripting
  • Google Firebase: User authentication, Database
  • Heroku: Website deployment

quickpoll's People

Contributors

nkap23 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.