A matchmaking web application built with Next.js, TypeScript, and Tailwind CSS.
First, run the development server:
npm run devOpen http://localhost:3000 with your browser. You will be redirected to the user dashboard at /dashboard.
- User Dashboard – personalized welcome banner with activity summary
- Matches – browse compatible matches with compatibility scores and Like/Pass actions
- Messages – view recent conversations with unread indicators
- Profile – profile card with completion progress and interest tags
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
The easiest way to deploy this app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.