(To use when you have already searched for a movie to watch but can not find anything because you have already seen so much and because you can not think of a movie you would really want to watch.)
Recently I was coming home from a long day of work. One thing kept
me alive that day, the simple thought of me watching a movie in my
comfy bed. However when i finally got home it took me three hours
ton find a movie that i had not already seen and that caught my
attention. In order to solve this problem I chose that day to
tackle the issue by creating a database with movies that are
classified according to their categories (comedy, teen
movie...)
I need to be able to find various films that I know that I would like,
listed based on their genre. This would enable me to reduce the time I
spent looking for films on Google or Netflix (I found that their
database does not suit me...). In order to do this I can use Firebase
in order to build my own database. I woulf then put a number on each
movie according to the amount of times I have watched it. In order to
be able to look for movies I never or rarely saw. Of course the
Database I have build for this exrecice is not as big as it should be.
Ideally there should be hundreds of movies, especially movies I never
saw. I would have just enter them in my database because I saw the
trailer or juste hear about it in the press.
Once the database is done, I can implement the code into a HTML page
thanks to a code given by Firebase (see the pictures undernith). Thanks
to an other tool called Queries I am will be able to select the genre of
the movies I want a watch, for example comedy. Thanks to my database I
will plenty of films to choose inbetween!
You can check how to do it for yourself on: Firebase