Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

tarsisius/vote

Repository files navigation

🌱 Vote

Introducing Vote - an interactive voting tool that super easy to use.

Live Demo Vote

Features

  • Create voting/polling in a second, without authentication.
  • Get audience response in realtime
  • Super simple user interface

Tech Stack

  • Next Js 13 (app directory, rsc, etc..)
  • Planetscale database (mysql)
  • Drizzle orm (try new orm with typescript base, instead of using prisma only for experiment by my self)
  • Pusher js (realtime features)
  • Tailwind css

Contribute

npm install

Run the development server

You can start the server using this command:

npm dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying app/page.tsx.