A simple (straw) poll web application made with Laravel
https://poll.fuwafuwa.moe
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
hace 5 años | |
---|---|---|
app | hace 5 años | |
bootstrap | hace 5 años | |
config | hace 5 años | |
database | hace 5 años | |
public | hace 5 años | |
resources | hace 5 años | |
routes | hace 5 años | |
storage | hace 5 años | |
tests | hace 5 años | |
.editorconfig | hace 5 años | |
.env.example | hace 5 años | |
.gitattributes | hace 5 años | |
.gitignore | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
artisan | hace 5 años | |
composer.json | hace 5 años | |
composer.lock | hace 5 años | |
package-lock.json | hace 5 años | |
package.json | hace 5 años | |
phpunit.xml | hace 5 años | |
server.php | hace 5 años | |
webpack.mix.js | hace 5 años | |
yarn.lock | hace 5 años |
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.