Simple website to get votes from customers
Features:
- First three questions are static, fourth one can be changed from admin panel
- Set target values to see if you met your target
- export data to a XML file
Requires:
- PHP 5.x.x
- MySQL
External dependencies (included in this repo):
- jquery
- jquery ui
- Chart.js
- moment.js
- php-export-data by Eli Dickinson, http://github.com/elidickinson/php-export-data
Setup:
- check and edit
db/config_EXAMPLE.phpand save asconfig.php - create new database with the same name as set in
$db_nameinconfig.php - load
db/default_db.sqlinto the newly created database (ordefault_db_with_example_data.sqlto have some data upfront to see how the program behaves)
Preview:


