From b66c801b964f4f784c9f109f8440c8c2dd832dd4 Mon Sep 17 00:00:00 2001 From: Amisha Canopas Date: Wed, 18 Sep 2024 12:38:35 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ac0eea34..0bb2baabe 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,13 @@ Whether it's a group trip, shared household bills, or any other collective expen ## Features + +Splito is currently in active development 🚧, with plans to incorporate additional features shortly. + - **Group Management:** Create and manage multiple expense groups for different purposes (e.g., games, trips, shared bills). - **Expense Tracking:** Add expenses with details such as description, amount, payer, and date. - **Expense Splitting:** Split expenses equally or based on customizable ratios among group members. - **Payment Settlement:** Easily settle up the payments with other members of the group to clear outstanding balances. -- **Real-time Sync:** All changes are synchronized across devices in real-time via Firebase.
How to Use Splito @@ -103,7 +105,10 @@ Splito utilizes the latest iOS technologies and adheres to industry best practic - MVVM Architecture - SwiftUI - Combine + Swift -- Firebase Datastore +- Concurrency +- Cloud Functions +- Firebase Firestore +- Firebase Authentication - Swinject for DI - SwiftLint for Lint - CocoaLumberjack for Logging