A modern "Would You Rather" game built with React, Vite, Tailwind CSS, and Neon DB.
- Unique Usernames: Saves progress per user.
- Neon DB Integration: High-performance PostgreSQL database for storing users and votes.
- Sleek UI: Minimalist Black, Grey, and Orange design.
- Clone the repository.
- Install dependencies:
npm install. - Set your Neon DB URL in
.local.env. - Run the app:
npm run dev.
