The Mumbai Local Train Route Planner is a responsive, web-based application that allows users to:
- View Mumbai's Western, Central, and Harbor train lines
- Plan routes between stations
- Visualize crowd levels at each station
- Avoid crowded stations in real time using simulated data
- Python 3.8+
- Flask
- Dijkstra's Algorithm for route finding
- HTML5, CSS3, JavaScript
- Bootstrap for UI
- Leaflet.js for interactive maps
- OpenStreetMap for base tiles
- Station data & connections stored as JSON-like structures in
map.js
- Dynamic map visualization of Mumbai local train routes
- Real-time route computation
- Avoid crowded stations option
- Crowd level simulation with backend API
- Responsive design (mobile-friendly!)
- Clone the repository
git clone https://github.com/your-username/mumbai-train-planner.git cd mumbai-train-planner

