An open API service indexing awesome lists of open source software.

https://github.com/billalben/movie-app

tv flex
https://github.com/billalben/movie-app

Last synced: 4 months ago
JSON representation

tv flex

Awesome Lists containing this project

README

        

# TVFlix

TVFlix is a responsive, mobile-first web application that allows users to search and explore movies. Built using HTML, CSS, and JavaScript, it leverages the TMDB (The Movie Database) API to fetch and display movie data. Users can filter movies by genre and language, search for specific movies, view detailed information about each movie, and discover related movies they might like.

[**View Demo on Netlify**](https://tvflex-movie.netlify.app)

## Features

- **Responsive Design**: The website is designed with a mobile-first approach and adapts seamlessly to various screen sizes.
- **Genre Filter**: Users can filter movies by genres such as Adventure, Fantasy, Drama, etc.
- **Language Filter**: Users can filter movies by language, including English, Hindi, and Bengali.
- **Search Functionality**: Users can search for any movie by entering keywords in the search bar.
- **Movie Details**: Detailed information about each movie is available, including the title, release date, overview, and rating.
- **Related Movies**: Users can see a list of movies related to the one they are viewing.

## Technologies Used

- **HTML**: For the structure of the web pages.
- **CSS**: For styling the web pages.
- **JavaScript**: For adding interactivity and handling API requests.
- **TMDB API**: To fetch and display movie data.

## Acknowledgements

- [TMDB API](https://www.themoviedb.org/documentation/api) for providing the movie data.