A click to win game built with Next.js, Clerk authentication and MongoDB where the first person to reach 100 clicks across all users wins.
- Sign up or log in
- Click the button to increase your click count
- The first person to reach 100 clicks wins
- The winner gets a prize
- The game resets after a winner is declared
- Clone the repository
- Install dependencies with
npm install
- Run the development server with
npm run dev
- Open http://localhost:3000 with your browser to see the result