An open API service indexing awesome lists of open source software.

https://github.com/brownboycodes/live_polling_voting_app

a Live Polling & Voting App where users can log in with a username, vote on polls, and view real-time results. Votes should be stored locally, ensuring that users cannot vote more than once per poll.
https://github.com/brownboycodes/live_polling_voting_app

Last synced: 12 months ago
JSON representation

a Live Polling & Voting App where users can log in with a username, vote on polls, and view real-time results. Votes should be stored locally, ensuring that users cannot vote more than once per poll.

Awesome Lists containing this project

README

          

# Live Polling & Voting App

A Live Polling & Voting App where users can log in with a username, vote on polls, and view real-time results. Votes should be stored locally, ensuring that users cannot vote more than once per poll.

## Getting Started

- Clone this project and open the directory in terminal or command line
- run `flutter pub get` to fetch all dependencies
- after dependencies are fetched run `flutter run` to run the app
- On launch if not logged in you will be taken to Login Screen
- After login you will taken to the Polls Screen which display list of all available polls.
- Has a logout button in the top right corner in the AppBar.
- And the Floating Action Button in the bottom right corner shall take you to a screen where you can create a poll.
- The poll items can be deleted from the list by swiping left
- Tapping on the share icon below the poll result will allow users to share the poll result as an image