Skip to content

Latest commit

Β 

History

History
98 lines (76 loc) Β· 3.32 KB

File metadata and controls

98 lines (76 loc) Β· 3.32 KB

ROAMLY

🧳 TravelEase – Smart Travel Companion

TravelEase is a full-stack web application built for travelers who face three major real-world problems:

  1. Unreliable hotel & cafΓ© WiFi – No more guessing if WiFi works before sitting down.
  2. Finding trusted doctors with clear costs – Emergency or routine checkups without fear of overcharging.
  3. Regional menu accessibility – Never struggle with a menu in a different language again.

πŸ† Built for Razorpay Problem Statement Challenge
🎯 Solves 3 high-impact travel problems (Scores: 90.5, 100, 76.5)


πŸ“Έ Figma Design

πŸ”— [https://www.figma.com/design/OgEdwRnqRReyt0DUaiH3o0/1st.fig?node-id=8-19&t=H0LtTSz89vxF1ouq-1]


πŸ“‘ Table of Contents


🎯 Problem Statements

# Problem Itch Score Industry
1 Why is hotel and cafΓ© WiFi unreliable for travelers? 90.5 Travel
2 How can travelers quickly find trusted doctors with clear costs in unfamiliar cities? 100 Travel
3 How can regional menus be made more accessible for interstate travellers? 76.5 Travel

✨ Features

πŸ“‘ WiFi Trust Index

  • Real-time WiFi speed check (upload/download/latency)
  • Crowd-sourced ratings & reviews for hotels/cafΓ©s
  • Map view with WiFi reliability heatmap
  • Last verified timestamp
  • Report bad/slow WiFi

πŸ₯ DocClear – Trusted Doctors + Transparent Costs

  • Search doctors by city, specialty, or symptom
  • Verified consultation fees (GP, Specialist, Surgeon)
  • Medicine cost estimates for common prescriptions
  • User reviews with price transparency badges
  • Emergency contact & location sharing

πŸ› MenuLens – Regional Menu Decoder

  • Upload or capture menu photo (OCR powered)
  • Instant translation (Hindi, Tamil, Telugu, Kannada, Bengali, Gujarati, Marathi)
  • Dish description, spice level, veg/non-veg/egg
  • Allergen filters (gluten, dairy, nuts, Jain, vegan)
  • Price conversion & portion size guide

πŸ” User System (JWT Auth)

  • Signup / Login with email
  • JWT token stored in HTTP-only cookie or localStorage
  • Protected routes for adding reviews, ratings, and menu translations
  • User profile with travel preferences

🧰 Tech Stack

Layer Technology
Frontend React 18 + Vite + TailwindCSS
State Management React Context API + useReducer
Routing React Router DOM v6
Backend Node.js + Express.js
Database MongoDB + Mongoose ODM
Authentication JWT (JSON Web Token) + bcryptjs
HTTP Client Axios
OCR Tesseract.js (client-side) / Google Vision API
Translation Google Translate API (free tier)
Maps Leaflet / Mapbox GL
Charts Recharts (for WiFi speed trends)
Styling TailwindCSS + DaisyUI / HeadlessUI
Deployment Vercel (Frontend) + Render / Railway (Backend)