Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.02 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.02 KB

Movie Star

"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.

Features

  • 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.

Installation

To run "Movie Star" locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/movie-star.git
cd movie-star
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open the application in your browser at http://localhost:3000.

Technologies Used

  • React
  • HTML
  • CSS

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.