From 02fea14e5ed833e857a3e715d9681fd3a2408577 Mon Sep 17 00:00:00 2001 From: ArpitAswal <87036588+ArpitAswal@users.noreply.github.com> Date: Thu, 23 May 2024 19:38:27 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 824b9b2..1b78dfc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ The Home Screen features a menu with the following options: Profile Settings: Allows users to manage their profile details. Leaderboard: Displays the top five highest-scoring users. Sign Out: Users can securely sign out of their account. - To start the quiz, users must enter their name. Quiz Format: The quiz consists of 10 questions that must be answered within a 1-minute timeframe. @@ -30,8 +29,11 @@ Only the top five user scores are shown on the leaderboard. Users can return to the Home Screen to start a new quiz or sign out from the app. Technologies Used: + Kotlin: Primary programming language for app development. + Firebase: For authentication and user management. + Android SDK: For building and deploying the Android application.