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