Movie App

The Shawshank Redemption

Genre: Drama

The Godfather

Genre: Crime

Pulp Fiction

Genre: Crime

The Dark Knight

Genre: Action

Forrest Gump

Genre: Drama

This app demonstrates the Compound Component pattern in React. The movie list and movie items are created using the pattern, making it more flexible and maintainable. The Compound Component pattern promotes better code organization, flexibility, and reusability. It involves creating a parent component and its related child components that share implicit state and behavior. The child components are typically designed to work only within the parent component's context.