Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kriziu/kripoll
An app to create polls and vote.
https://github.com/kriziu/kripoll
nextjs poll postgresql prisma react typescript
Last synced: 1 day ago
JSON representation
An app to create polls and vote.
- Host: GitHub
- URL: https://github.com/kriziu/kripoll
- Owner: kriziu
- Created: 2022-06-22T13:03:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T14:50:08.000Z (over 1 year ago)
- Last Synced: 2024-11-08T14:40:15.405Z (4 days ago)
- Topics: nextjs, poll, postgresql, prisma, react, typescript
- Language: TypeScript
- Homepage: https://kripoll.herokuapp.com
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kripoll - Create your poll
Application that is similar to strawpoll.com. Create poll, vote and check results in real-time.
## Created using- Next.JS
- Prisma (postgresql)
- React-Query
- TailwindCSS
- Framer-motion## Installation
Just install as normal Next.JS application.
```bash
Maybe need to install using "npm i --force"
```
## Screenshots![Home](https://i.imgur.com/Gih6cFo.png)
![Poll page](https://i.imgur.com/LdjdrVZ.png)
![Results page](https://i.imgur.com/7zVAnX0.png)