From c1294cbe8c71854bb401d8e9f542bb1011cd8b4d Mon Sep 17 00:00:00 2001 From: kossy205 <79714933+kossy205@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:48:42 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b2e11d..4a901a5 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Snap Workout is an open source fitness android app for people who don't need muc It guides users in a 7 minutes exercise session and then record each completed session locally in your device. It was built using the following: -> Kotlin for android -> Kotlin Coroutines for asynchronous operations which gives the app a faster response and better battery efficiency -> Room DB for storing exercise history locally so users can track daily exercises -> ViewBinding which also improves the apps performance +1: Kotlin for android +2: Kotlin Coroutines for asynchronous operations which gives the app a faster response and better battery efficiency +3: Room DB for storing exercise history locally so users can track daily exercises +4: ViewBinding which also improves the apps performance Snap Workout also provides BMI calculations for users to monitor their weights.