From 15da52810b7ce3e06eee80bc95244625aadb9783 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Thu, 24 Jul 2025 11:50:38 +0200 Subject: [PATCH] docs: update README to clarify project status and future improvements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6045c0..04be15b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Bikelane is a full-stack web application for managing users and administration tasks for a bike lane system. It features a React-based admin panel, a user-facing frontend, and an Express.js backend with a MySQL database. +**Bikelane is currently WIP - later iterations will focus on improving user experience and adding more features. - and will be a fully hosted web app and not a local one** + ## Project Structure ```