Skip to content

TinF9/movie-list3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie List App

This is a project developed using the ReactJS library. It allows the user to search for any movie by title and to get information about it, as well as to optionally add it to a personal list of movies.

The movies information is obtained by API calls to the OMDb API.

It also makes use of a Serverless Function for secure API Key handling (functions folder).

Configuration

If you want to perform your own deployment, you will need to define the following build environment variable:

REACT_APP_API_KEY = "your OMDb API key"

To get an OMDb API key, visit here.


You can see the website deployed at movie-list3.netlify.app/.

Thank you very much for checking it out.

Movie List sample image