A web application for searching and managing favorite movies using the OMDB API.
- Search movies by title
- Display search results with movie details
- Add movies to favorites
- Remove movies from favorites
- View detailed information about each movie
- Responsive design
- HTML
- CSS
- JavaScript
- OMDB API
-
Clone the repository:
git clone https://github.com/Rdx-coder/CN-Projetcs.git
-
Open the index.html file in your web browser.
-
Enter a movie title in the search input and press Enter or click the search button.
-
The search results will be displayed below. Click on a movie to view more details.
-
To add a movie to your favorites, click the "Add to Favorites" button.
-
To remove a movie from your favorites, click the "Remove from Favorites" button on the favorites list.
-
Enjoy searching and managing your favorite movies!
This application uses the OMDB API to retrieve movie data. To make API requests, you need to obtain an API key from the OMDB website. Once you have the API key, replace the apiKey variable in the script.js file with your own API key.
const apiKey = '';
OMDB API: https://www.omdbapi.com/
This project is licensed under the MIT License.
You can modify and customize this README.md file according to your specific project details, including adding installation instructions, deployment instructions, project structure, and any other relevant information.