This project is a web application that fetches and displays data about TV shows and their episodes. The data is sourced from the TVmaze API, and the application allows users to explore shows, view episode details, and search for specific content.
- Fetch and display TV show data dynamically using the TVmaze API.
- View detailed information about episodes, including title, season, airdate, and summary.
- Search functionality to filter shows and episodes based on user input.
- Responsive design for optimal viewing on various devices.
- HTML, CSS, and JavaScript for building the user interface.
- DOM manipulation for dynamic content rendering.
- Fetch API for retrieving data from the TVmaze API.
- Open the application in a web browser.
- Browse the list of TV shows and click on a show to view its episodes.
- Use the search bar to find specific shows or episodes.