TinF9 / movie-list3

Search for the movies of your choice and make your custom movie list.

Home Page:https://movie-list3.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Search for the movies of your choice and make your custom movie list.

https://movie-list3.netlify.app/


Languages

Language:JavaScript 62.3%Language:CSS 30.0%Language:HTML 7.7%