A web app built with HTML, CSS, and JavaScript that allows users to search for movies, add them to their favorites, and even create custom movies!
- Search Movies: Find movies by name using a public API.
- Add to Favorites: Save your favorite movies for quick access later.
- Remove from Favorites: Manage your favorites list with ease.
- Create Custom Movies: Add your own movies, and they’ll appear in search results.
- Search for a movie by typing its name in the search bar.
- View the search results fetched from the movie API.
- Add a movie to your favorites list by clicking the "Add to Favorites" button.
- Remove movies from your favorites list anytime.
- Create a custom movie by entering its details (e.g., title, description, and image) and add it to the database.
- HTML: Structure of the app.
- CSS: Styled with custom CSS for a clean and modern design.
- JavaScript: Handles API calls, user interactions, and dynamic content updates.
- API: Fetch movie data from a public movie API .