A simple (straw) poll web application made with Laravel
https://poll.fuwafuwa.moe
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
app | 5 years ago | |
bootstrap | 5 years ago | |
config | 5 years ago | |
database | 5 years ago | |
public | 5 years ago | |
resources | 5 years ago | |
routes | 5 years ago | |
storage | 5 years ago | |
tests | 5 years ago | |
.editorconfig | 5 years ago | |
.env.example | 5 years ago | |
.gitattributes | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
artisan | 5 years ago | |
composer.json | 5 years ago | |
composer.lock | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago | |
phpunit.xml | 5 years ago | |
server.php | 5 years ago | |
webpack.mix.js | 5 years ago | |
yarn.lock | 5 years ago |
README.md
pollthingy
A simple (straw) poll web application made with Laravel 5.7.
Features
- Many useful options (multiple answers, automatic closing of poll at a chosen date, hiding results until poll is closed, etc.)
- Optional duplication checking via generated single-use voting codes
- Sane endpoints/'RESTful API' (with optional JSON output via HTTP Accept header)
- Simple CSS based on Cutestrap
- No JS is used
- Developed with support for text-based browsers in mind (including pie charts in w3m)
API
TODO: Document the API.
License
pollthingy is licensed under the University of Illinois/NCSA Open Source License. The full license can be found in the LICENSE file.