A simple (straw) poll web application made with Laravel
https://poll.fuwafuwa.moe
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
5年前 | |
---|---|---|
app | 5年前 | |
bootstrap | 5年前 | |
config | 5年前 | |
database | 5年前 | |
public | 5年前 | |
resources | 5年前 | |
routes | 5年前 | |
storage | 5年前 | |
tests | 5年前 | |
.editorconfig | 5年前 | |
.env.example | 5年前 | |
.gitattributes | 5年前 | |
.gitignore | 5年前 | |
LICENSE | 5年前 | |
README.md | 5年前 | |
artisan | 5年前 | |
composer.json | 5年前 | |
composer.lock | 5年前 | |
package-lock.json | 5年前 | |
package.json | 5年前 | |
phpunit.xml | 5年前 | |
server.php | 5年前 | |
webpack.mix.js | 5年前 | |
yarn.lock | 5年前 |
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.