MovieTaste APP


peacock-img

This app was created using Bulma.io, JavaScript and two APIs. The two API's used are Giphy API and OMDB API. The purpose for this app is to help users find entertainment during their lockdown boredom. The user will be asked to enter the name of a the movie they are searching for, when they type the title of the movie the app will display their choice of movie on the left column and on the right column the Giphy associated with the movie title will appear. OMDB API is used to populate the user's movie choice with the movie's poster, release year, rating, actors and short plot. The Giphy API will then display Gifs associated with that movie title.

The screenshot below represents the working app the user sees before searching for a movie title. If you look at the tab bar you will notice that we used our logo as the favicon on the tab bar. first-app-img

The screenshot below represents how the final working template of the app when the movie "Prom" is searched. working-app-img

To view the working app click the MOVIETASTE icon or click the deployed linked below.

Deployed Link: https://claudialhc.github.io/MovieTaste/

Repo Link: https://github.com/Claudialhc/MovieTaste