I'm working on the auth part as an additional feature (for a reviewer: feel free to ask me about it)
Unpintrested is a Pin management App written in Jetpack Compose and clean architecture
So far It has been a weekend project so many things could be expanded on.
Development may continue
- Displaying a list of Pins
- Adding Pin
- Generating PIN
- Deleting Pin
- Changing Pin Visibility
- Retaining data in the database
- Dark mode
- Dynamic color (Android 12+)
- Kotlin
- Coroutines
- Jetpack Compose
- Hilt
- KSP
- Room
- Junit5
- Mockk
- Turbine
- Gradle Convention Plugins
- Multimodule app
- Android-free Domain (clean Kotlin JVM Library)
- Dependency Injection
- Unit Tested
- Detailed UX