A simple (straw) poll web application made with Laravel
https://poll.fuwafuwa.moe
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
il y a 4 ans | |
---|---|---|
app | il y a 4 ans | |
bootstrap | il y a 4 ans | |
config | il y a 4 ans | |
database | il y a 4 ans | |
public | il y a 4 ans | |
resources | il y a 4 ans | |
routes | il y a 4 ans | |
storage | il y a 4 ans | |
tests | il y a 4 ans | |
.editorconfig | il y a 4 ans | |
.env.example | il y a 4 ans | |
.gitattributes | il y a 4 ans | |
.gitignore | il y a 4 ans | |
LICENSE | il y a 4 ans | |
README.md | il y a 4 ans | |
artisan | il y a 4 ans | |
composer.json | il y a 4 ans | |
composer.lock | il y a 4 ans | |
package-lock.json | il y a 4 ans | |
package.json | il y a 4 ans | |
phpunit.xml | il y a 4 ans | |
server.php | il y a 4 ans | |
webpack.mix.js | il y a 4 ans | |
yarn.lock | il y a 4 ans |
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.