A simple inventory app built with Jetpack Compose for Android doing CRUD operations, It's using the Room library to utilize a SQLite database.
- Add, update and remove inventory items
- Display a list of inventory items
- Navigate between screens
- Simple and intuitive design
- Store list items in a persistent database
- Jetpack Compose for UI.
- Kotlin for programming language.
- Android Studio for development.
- Clone the repository to your local machine.
- Open the project in Android Studio.
- Build and run the app on an emulator or physical device.