An interactive list of movies made with React.
Movies can be filtered and sorted by title, year and director.
Each movie displays a poster gallery which cycles through multiple images.
A movie can be added to favorites or removed (temporarily) from the list. Favorites cannot be removed.
Data is fetched from an array of objects contained in data/movieData.js.