From b87acfd0e1f02998ab8090ca89a092656275faa9 Mon Sep 17 00:00:00 2001 From: Florian Egger Date: Mon, 11 May 2026 23:01:06 +0200 Subject: [PATCH] Update README to reflect logo and feature scope Removes mention of bike route calculation from the main description as this functionality is not implemented in the current scope. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a7cd31..3db8341 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ⏱️ TimeToLeave -> **TimeToLeave** is a smart departure planner that tells you exactly when to leave home to catch your public transport for upcoming appointments. It syncs with your personal calendar, checks real-time train/bus departures (HAFAS & WienerLinien), calculates your bike route to the station, and provides a live "Leave Status" based on real-time delays. +![TimeToLeave Logo](/timetoleave_logo.png) + +> **TimeToLeave** is a smart departure planner that tells you exactly when to leave home to catch your public transport for upcoming appointments. It syncs with your personal calendar, checks real-time train/bus departures (HAFAS & WienerLinien), and provides a live "Leave Status" based on real-time delays. ![Platform](https://img.shields.io/badge/platform-Web_%26_Mobile-blue) ![Next.js](https://img.shields.io/badge/Next.js-16.2-green) ![React Native](https://img.shields.io/badge/React%20Native-0.81-blue) ![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)