Skip to content

This project fetches movie details from The Open Movie database API

Notifications You must be signed in to change notification settings

reenz/movie-listing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Listing

This project fetches movie details from The Open Movie database API.

Features

  • User can see a list of movies
  • User can search for a list of movies by entering movie title
  • User can click on the poster of the movie to see full details on right hand side

Technologies

  • React
  • Jest, Enzyme

Web Application

movie-listing

How to use

  • clone this repo
  • run npm install - to install all the dependencies
  • get api key from OMDB API
  • set REACT_APP_ApiKey environment variable in .env file or in your terminal.
  • run npm start - to start the app and visit localhost:3000
  • run npm test - to run the tests

About

This project fetches movie details from The Open Movie database API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published