← All projects
1337 ProjectsCompleted

Matcha

Web application focused on user management, matching logic, geolocation, and real-time web features.

Matcha
Role
Full Stack Developer (1337)
Client
1337 Coding School
Type
Web / Full Stack
Platforms
Web
Full stackAuthenticationGeolocationReal-time features

Problem

Build a dating web app from scratch: registration, profiles, matching, geolocation, and real-time interaction — without frameworks that hide the work.

What I built

A full-stack matching web application with secure user management, a matching algorithm, geolocation-based suggestions, and real-time notifications/chat.

Architecture / technical decisions

  • Matching logic driven by tags, fame rating, and proximity.
  • Geolocation with fallback to IP-based location.
  • Real-time notifications and chat.

Result / impact

A complete social/matching platform built end to end as a 1337 project.

Lessons learned

Building auth, security, and real-time from first principles is the fastest way to actually understand them.