Inspiration
Its holiday time and I am in problem of what to watch. I am confused. So I decided to make a random movie recommender which recommends a movie from all time best collection.
How we built it
It uses JSON to store different movie details including release date, genres, actor, director, poster etc. Then javascript is used to generate a random number and using the number it selects a random movie. The movie is stored in Javascript object form, then it is parsed by javascript and all data necessary are fetched and using some functions it is displayed it the website and is styled with CSS.
Accomplishments that we're proud of
I am proud that I was able to create a stylish movie recommender.
What we learned
- About JSON object in JS,
- CSS, JS, Html
Log in or sign up for Devpost to join the conversation.