This is a simple voting web application. You can start a voting with up to 6 options and share vote link with voters :) You can view votes live.
I just wanted to keep it simple and fast.
You can view your past votings.
Live demo: https://vote-for-me.netlify.app/
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.