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.
- Host: GitHub
- URL: https://github.com/brownboycodes/live_polling_voting_app
- Owner: brownboycodes
- Created: 2025-01-31T03:50:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T10:24:15.000Z (about 1 year ago)
- Last Synced: 2025-02-02T11:19:37.242Z (about 1 year ago)
- Language: Dart
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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