Tinder-style group travel planning app. Swipe on destinations with friends to find the perfect trip.
Prerequisites: Node.js 20+
npm install- Go to Firebase Console and create a new project
- Enable Google Auth: Go to Authentication > Sign-in method > Google > Enable
- Create Firestore: Go to Firestore Database > Create database > Start in test mode
- Register a Web App: Go to Project Settings > General > Add app (Web) and copy the config
- Add authorized domain: Go to Authentication > Settings > Authorized domains > Add your computer's local IP (e.g.
10.52.21.25)
Copy .env.example to .env and fill in your Firebase config values:
cp .env.example .envnpm run devThe app will be available at http://localhost:5173. To access from your phone, use the Network URL printed in the terminal.
- React 19 + Vite
- Tailwind CSS v4
- React Router v7
- Firebase Auth (Google OAuth) + Firestore (real-time database)