A modern anonymous matchmaking website for students. Features include:
- Personality quiz with Prom Compatibility Score
- Anonymous sign-in (no real names, only college email or nickname)
- Secure match storage in Firebase Firestore
- Anonymous messaging with mutual identity reveal
- Premium features via Razorpay: Reveal Who Liked You, Full Compatibility Analysis
- Clean, animated, mobile-first UI
npm install- Create a Firebase project at Firebase Console
- Enable Authentication (Email/Password and Anonymous)
- Create a Firestore database
- Copy your Firebase config to
src/firebase.js
npm start- Sign up at Razorpay
- Obtain your API key
- Add Razorpay integration in
src/components/Premium.js
src/- React app source codepublic/- Static assets
MIT