Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

An app to create polls and vote.

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)