/MVVM-RollaDice

Creating a Roll a Dice App, with Room db, hilt and Jetpack Compose

Primary LanguageKotlin

MVVM-RollaDice

Creating a Roll a Dice App, with Room db, hilt and Jetpack Compose

The app is built using clean Architecture

I made this app to get a better understanding of Compose Navigation, Room db and Dependency Injections using Dagger Hilt

App's Functionality

1. Add a name, clicking on the name will bring u to the next screen

2. You can roll the dice by pressing the button, your rolls will be saved in history on a local db

3. clicking on roll a dice app heading will bring u to the history page where u can see and delete all the rolls u got previously.