Instagram UI Clone made using Jetpack Compose
- Future plan is to make this app functional by using clean Architecture.
- Contributions are highly welcomed :)
- [X] Profile Screen
- [ ] Notification Screen
- [ ] Move hardcode data to ViewModel or Repository?
- [X] Improve better performance for ProfileUserScreen avoid nesting Lazy* (LazyColumn > LazyVerticalGrid)