https://github.com/narze/poppoll
PopCat, but it's a poll
https://github.com/narze/poppoll
cloudflare-pages cloudflare-workers
Last synced: about 1 year ago
JSON representation
PopCat, but it's a poll
- Host: GitHub
- URL: https://github.com/narze/poppoll
- Owner: narze
- Created: 2021-10-30T05:10:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T14:51:53.000Z (over 4 years ago)
- Last Synced: 2025-04-17T00:18:20.855Z (over 1 year ago)
- Topics: cloudflare-pages, cloudflare-workers
- Language: Svelte
- Homepage: https://poppoll.pages.dev
- Size: 591 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# PopPoll
PopCat but it's poll!
## How to use
- Create a new poll with options.
- Share the url to your friends.
- Click to win!
## Setup
- Clone/fork this repository
- `yarn` or `npm install`
- `yarn dev` or `npm run dev`
## Technologies Used
- [Cloudflare Pages](https://pages.cloudflare.com)
- [Cloudflare Workers](https://workers.cloudflare.com) (Project: https://github.com/narze/poppoll-worker)
- [Supabase](https://supabase.io)
- [Svelte](https://svelte.dev) via [Vite](https://vitejs.dev)
- [Tailwind](https://tailwindcss.com) via [Twind](http://twind.dev)