From 782aa583db89dea5bd9efe21110e0b5eb1c8a8d6 Mon Sep 17 00:00:00 2001 From: dishantzaveri Date: Wed, 5 Oct 2022 16:44:03 +0530 Subject: [PATCH] added a new idea. please accept and merge it --- .../Popcornflix-Moviestreamingapp.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Projects/2-Intermediate/Popcornflix-Moviestreamingapp.md diff --git a/Projects/2-Intermediate/Popcornflix-Moviestreamingapp.md b/Projects/2-Intermediate/Popcornflix-Moviestreamingapp.md new file mode 100644 index 00000000..99e6c385 --- /dev/null +++ b/Projects/2-Intermediate/Popcornflix-Moviestreamingapp.md @@ -0,0 +1,31 @@ +# Popcornflix - Movie streaming app + +**Tier:** 2-Intermediate + +A free movie app that simplifies streaming the site's movies on your phone or tablet. + +There are certainly some things the service could improve upon, such as the quality of the movies and the methods you're able to use to find a movie to watch. For example, most movie sites let you sort the videos by popularity or release date, and sometimes even rating, but Popcornflix simply defaults to an alphabetical listing and doesn't let you change it. + +All that said, it's still a nice place to visit if you're wanting to avoid paying for films. + +## User Stories + +- [ ] User can signup via social media account or google. +- [ ] User can see the movie list based on genre. +- [ ] User can add any movie to favourites. +- [ ] User can watch any trailer. +- [ ] User can search any movie. +- etc... + +## Bonus features + +- [ ] User can watch any movie for free initially based on a coin system +- [ ] User can buy coins for yearly subscription . +- etc... + +## Useful links and resources + +- [How to setup](https://www.youtube.com/watch?v=FbGrkTzx3r8) + +## Example projects +[Popcornflix](https://github.com/dishantzaveri/Popcornflix) \ No newline at end of file