A two-finger decision maker. Set two options, share a link, let someone pick a finger to decide.
- You enter two options (e.g. "Pizza" vs "Sushi")
- Share the link with a friend
- They tap a finger on the hand
- Both of you see the result with confetti
git clone https://github.com/sudeep-mohanty/pickoneapp.git
cd pickoneapp
npm install
cp .env.local.example .env.local # fill in your Firebase config
npm run devOpen localhost:3000.
Push to GitHub and import the repo on Vercel. Add the env vars from .env.local.example in the Vercel dashboard.
Point your domain's DNS:
Arecord@→76.76.21.21CNAMEwww→cname.vercel-dns.com
- Next.js 14 (App Router)
- Firebase Firestore
- Vercel hosting
- No CSS framework — all inline styles
MIT