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

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.

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
Poll_results

## See all polls

Poll_list

## Create a new poll

Poll_create_a_poll

## Vote on an existing poll

Poll_submit_vote

## Side navigation menu with API data

Poll_side_menu

## Delate a poll

Poll_delete

## 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