This project fetches movie details from The Open Movie database API.
- 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
- React
- Jest, Enzyme
- 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