You can implement a gesture-based system in Jetpack Compose where:
Swiping (left or right) moves between users' stories.
Tapping moves between a user's individual stories.
You can refer this gist for that https://gist.github.com/Nirav186/fcb31ba129f837db1d80eb249c7097ad
and let me know if you want any more modifications