adessoTurkey / compose-multiplatform-sampleapp

A movie app built with Compose Multiplatform and KMM for Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share and Rating Functionality

bahaadesso opened this issue · comments

Describe the solution you'd like

  • Movie and TV show detail pages should have a heart button, and when I press it, I want to add the movie or TV show to my favorites list.
  • When the movies and shows in my favorites list are listed, I want to see a heart icon next to them.

Additional context

  • When I enter my profile page, I want to see my favorites list.
  • I want to be able to remove anything from my favorites list, either from the detail page or the favorites list itself.
  • I want a 5-star rating system on the movie and TV show detail pages.
  • If I haven't rated it before, I want only one star to be visible, and when clicked, it should allow me to rate it.
  • If I have already rated it, I want to see the rating I gave.
  • I want a share icon on the movie and TV show detail pages.
  • When I click on the share icon, I want the operating system's share menu to open and allow me to share the page content.
  • I want to see the logo of the application on the home page.
  • Before the application fully opens, I want to see a splash screen for about 1-2 seconds while it loads.