TimesApp is a mobile application that offers a sleek and versatile time management experience
- Time: Displays the current time in an easy-to-read format
- Stopwatch: Track elapsed time with start, stop, and reset options
- Timer: Set countdowns for specific tasks or activities
- Alarm: Create alarms to keep you on schedule
- Kotlin - A programming language that is used for Android app development
- Jetpack Compose - A declarative UI toolkit for building native Android UI
- Material 3 - A UI design system git for modern UI guidelines
- Dagger Hilt - A dependency injection library
- Room - A persistence library that provides an abstraction layer over SQLite interfacing with Kotlin
- JUnit - A simple framework to write repeatable tests
- Open a terminal and run the following git command:
git clone https://github.com/radlance/TimesApp.git
- Launch Android Studio and choose Open an existing Android Studio project. Navigate to the cloned repository and select the root folder of the project
- In Android Studio, click on Build -> Generate Signed Bundle / APK and follow the instructions to generate an APK
- Alternatively, click
▶ Runand build the app and run it immediately






