QAZIMAAZARSHAD / Movie-Streaming-Website

A website to watch movies, anime, web series, and TV shows.
https://qazimaazarshad.github.io/Movie-Streaming-Website/
MIT License
258 stars 395 forks source link

Need to setup profile page #361

Open shivshankar9 opened 3 years ago

shivshankar9 commented 3 years ago

Profile page

User

Watchlist Sign out Reset password and edit profile

saimanoharhm commented 3 years ago

@shivshankar9 Any update? If you face issue in the code let me know with your problem I am here to help you out.

shivshankar9 commented 3 years ago

Ok sure ,

@shivshankar9 Any update? If you face issue in the code let me know with your problem I am here to help you out.

aditya687 commented 3 years ago

I need to work on this issue, I can build a ui profile page like netflix @QAZIMAAZARSHAD

QAZIMAAZARSHAD commented 3 years ago

This issue is already assigned. And first, resolve other issues that are assigned to you.

QAZIMAAZARSHAD commented 3 years ago

@shivshankar9 any new updates?

sumitkumarju commented 3 years ago

Is this still active? I would like to work on it under hacktoberfest

sumitkumarju commented 3 years ago

Thanks @QAZIMAAZARSHAD for assigning me this issue. Can you give some hints on how the profile page should be like?

QAZIMAAZARSHAD commented 3 years ago

Thanks @QAZIMAAZARSHAD for assigning me this issue. Can you give some hints on how the profile page should be like?

A profile page should contain user details like name, id, subscription validity, my downloads, an option to log out, It should also display how many devices are connected with this account.

You can implement your own ideas as well, all the above-mentioned features are not mandatory, you can add as many features you want. Make sure the profile page follows the theme of the website. Also, add the My profile button in the navbar of all pages. Do check the responsiveness of your page in mobile view.

Visit some other websites or apps to get an idea how it should look like.

QAZIMAAZARSHAD commented 3 years ago

If you include the log-out button inside the profile page.

Then replace the logout button on the navbar with the My Profile button.

sumitkumarju commented 3 years ago

@QAZIMAAZARSHAD Do you want a static profile page or a dynamic one? For Dynamic Profile Page, profiling needs to be done for every user involving making APIs and integrating database.

QAZIMAAZARSHAD commented 3 years ago

@QAZIMAAZARSHAD Do you want a static profile page or a dynamic one? For Dynamic Profile Page, profiling needs to be done for every user involving making APIs and integrating database.

Static page will be fine.