https://github.com/michaelholley/mypoll
Create simple polls with multi-selection and optional answers
https://github.com/michaelholley/mypoll
angular asp-net-core polling
Last synced: over 1 year ago
JSON representation
Create simple polls with multi-selection and optional answers
- Host: GitHub
- URL: https://github.com/michaelholley/mypoll
- Owner: MichaelHolley
- Archived: true
- Created: 2021-07-12T07:17:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T17:52:59.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T16:25:01.689Z (over 1 year ago)
- Topics: angular, asp-net-core, polling
- Language: TypeScript
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyPoll
MyPoll is Full-Stack application based on a ASP.NET Core Backend with a Angular + Bootstrap Frontend, which allows any user to create simple polls with multi-selection and optional answers.
## Disclaimer
This application was created within 10 hours as part of a training project and is therefor missing a lot of features.
## Prevent duplicate votes
To prevent a user from voting twice I have added a logic to remember already answered polls in a list inside local-storage. This is not save, but a client-side quick solution.