"Movie Star" is a simple React web application that allows users to search for their favorite movies using the OMDB API and view movie details.
- Search for movies by title.
- View a list of movie search results.
- Click on a movie to view its details, including title, poster, plot, release date, runtime, actors, genre, director, and IMDb rating.
To run "Movie Star" locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/movie-star.git
cd movie-star
- Install dependencies:
npm install
- Start the development server:
npm start
- Open the application in your browser at
http://localhost:3000
.
- React
- HTML
- CSS
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.