This project aims to create a simple and intuitive platform for users to explore a wide array of movies.
Movie List Component:
- Display a list of available movies.
- Each movie item includes essential details like title, poster image, and release date.
Search Bar Component:
- Allow users to search for movies by title.
- Dynamically filter the movie list based on the search query.
Movie Details Component:
- Show detailed information about a selected movie when clicked.
In the project directory,
Please be aware that the .env file has not been removed, allowing access to the API key provided for educational purposes only. In a production environment, API keys would be securely managed.
To install dependencies, run:
npm install
To start the application in development mode, run:
npm start
This command will launch the application on http://localhost:3000, allowing you to view it in your preferred web browser.