All Projects
Jaheet

Jaheet

Jaheet is a Flutter e-commerce app for tailor services, featuring a location-based recommendation system using the Haversine algorithm to intelligently connect customers with the nearest tailors.

Role

Mobile Developer

Year

2023

Platform

Android

Status

Completed
FlutterE-CommerceMobile AppHaversineFirebase

Use Case

Jaheet solves the difficulty users face when trying to find a trusted, nearby tailor. Rather than searching manually, the app automatically recommends tailors ranked by proximity using the Haversine formula — so users always get relevant, efficient options close to their current location.

Key Features

Technical Challenges

The Haversine formula is implemented client-side to calculate geodesic distance between the user’s coordinates and each registered tailor. The result is used as a weight in the sorting algorithm, combined with ratings to produce a more accurate relevance score for each recommendation.