A simple (straw) poll web application made with Laravel
https://poll.fuwafuwa.moe
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
vor 5 Jahren | |
---|---|---|
app | vor 5 Jahren | |
bootstrap | vor 5 Jahren | |
config | vor 5 Jahren | |
database | vor 5 Jahren | |
public | vor 5 Jahren | |
resources | vor 5 Jahren | |
routes | vor 5 Jahren | |
storage | vor 5 Jahren | |
tests | vor 5 Jahren | |
.editorconfig | vor 5 Jahren | |
.env.example | vor 5 Jahren | |
.gitattributes | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
LICENSE | vor 5 Jahren | |
README.md | vor 5 Jahren | |
artisan | vor 5 Jahren | |
composer.json | vor 5 Jahren | |
composer.lock | vor 5 Jahren | |
package-lock.json | vor 5 Jahren | |
package.json | vor 5 Jahren | |
phpunit.xml | vor 5 Jahren | |
server.php | vor 5 Jahren | |
webpack.mix.js | vor 5 Jahren | |
yarn.lock | vor 5 Jahren |
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.