A fun web game where players try to guess or describe jobs as badly as possible! Each round presents a job title, and players can add, edit, and vote on the worst (or funniest) job descriptions. The game features a timer for each question, a leaderboard, and a modern, interactive UI.
- 20 unique, modern job titles
- Add, edit, and vote on job descriptions
- Timer for each question (editable, resets per question)
- Leaderboard at the end
- Built with React, TypeScript, Vite, TailwindCSS, and Radix UI
git clone <your-repo-url>
cd whatsMyJobnpm installnpm run dev- The app will be available at
http://localhost:5173(or as shown in your terminal).
npm run buildnpm run preview- To change the job list, edit
src/components/home.tsx(initialJobsarray). - To reset local jobs data during development, use the "Reset Jobs (Dev Only)" button (remove before deploying to production).
MIT (or your preferred license)