https://github.com/ieedan/simple-polls
A simple poll app built in SvelteKit.
https://github.com/ieedan/simple-polls
authjs shadcn-svelte sveltekit tailwindcss
Last synced: 3 months ago
JSON representation
A simple poll app built in SvelteKit.
- Host: GitHub
- URL: https://github.com/ieedan/simple-polls
- Owner: ieedan
- Created: 2024-07-08T19:47:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T11:46:26.000Z (about 1 year ago)
- Last Synced: 2025-07-22T00:53:20.238Z (3 months ago)
- Topics: authjs, shadcn-svelte, sveltekit, tailwindcss
- Language: Svelte
- Homepage: https://simple-polls.vercel.app
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-polls
A simple app to create polls built in SvelteKit.
## How it works
Users vote by either upvoting or downvoting a poll. Polls are 100% anonymous meaning other users can't see polls you create or your vote in the poll. You can however keep track of polls you created or participated in.
If you like **simple-polls** give it an upvote in this [Poll](https://simple-polls.vercel.app/polls/rec_cq79bp5c8vb7p5u0n0og)!
## The Tech
- [SvelteKit](https://github.com/sveltejs/kit)
- [shadcn-svelte](https://github.com/huntabyte/shadcn-svelte)
- [Xata](https://github.com/xataio)
- [Auth.js](https://github.com/nextauthjs/next-auth)
- [sveltekit-superforms](https://github.com/ciscoheat/sveltekit-superforms)
- [Kysely](https://github.com/kysely-org/kysely)### Other Resources
- [svgl](https://svgl.app/)