https://github.com/albertho425/polls-surveys
A poll/survey app that allows a user to create a poll, submit votes, view results, and delete a poll.
https://github.com/albertho425/polls-surveys
api crud mysql php polls surveys
Last synced: 3 months ago
JSON representation
A poll/survey app that allows a user to create a poll, submit votes, view results, and delete a poll.
- Host: GitHub
- URL: https://github.com/albertho425/polls-surveys
- Owner: albertho425
- Created: 2023-07-12T05:35:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T07:06:31.000Z (over 2 years ago)
- Last Synced: 2025-02-27T00:44:50.539Z (8 months ago)
- Topics: api, crud, mysql, php, polls, surveys
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poll/Survey app
This is a fun PHP and JavaScript exericse that lets you practice creating, updating, deleting, and reading records from a database. A user can create a poll, vote on a poll, see poll results, and delate a poll. It also uses API data to get the IP address, current weather temperature, current date/time, and country emoji of a user automatically.
## Poll results
## See all polls
## Create a new poll
## Vote on an existing poll
## Side navigation menu with API data
## Delate a poll
## Future Development
### Some ideas for future development
- Add graphs/results on the results page
- Add a login system
- Add night mode / day mode / device preference
- Allow user to create different types of polls
- Add JavaScript and PHP form validation