Skip to content

markusmatilainen/movie-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Web application for searching information about movies. Uses the fetch() method to get information from the OMDb API. Returns movie title, year, genre, runtime and short description about the plot.

Usage

Application has two input fields, one for the movie title, and another one for the release year. The release year is optional. When user presses the search button, the information about the movie will appear in the container below.

Technologies

  • React 17 - A JavaScript library for building modern user interfaces (Version 17)
  • Sass - Preprocessor scripting language that is interpreted or compiled into CSS
  • include-media - Sass library for writing CSS media queries in an easy and maintainable way, using a natural and simplistic syntax
  • FetchAPI - Provides a JavaScript interface for accessing and manipulating parts of the HTTP pipeline, such as requests and responses. Application uses the fetch() method that provides an easy, logical way to fetch resources asynchronously across the network.

The Open Movie Database

The OMDbAPI is a RESTful web service to obtain movie information. Application uses the API to get the information about a specific movie.

About

Web application for searching information about movies. Made with React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published