From 543a5681cfb2696672950005d94b63b65e91dd83 Mon Sep 17 00:00:00 2001 From: Ariana Brandy Date: Mon, 28 Aug 2023 12:24:39 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 40dce8b..0340381 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ The app is built with the Model-View-ViewModel (MVVM) as its structural design p - Views display visual elements and controls on the screen. They’re typically subclasses of UIView. - View models transform model information into values that can be displayed on a view. They’re usually classes, so they can be passed around as references. +## Important Note on App's Stability +This app is a work in progress and is currently in heavy development. Bugs may be present and any feedback or bug reports are welcome. + ### Home Screen