https://github.com/billalben/movie-app
tv flex
https://github.com/billalben/movie-app
Last synced: 4 months ago
JSON representation
tv flex
- Host: GitHub
- URL: https://github.com/billalben/movie-app
- Owner: billalben
- Created: 2024-02-18T19:04:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T06:01:15.000Z (about 1 year ago)
- Last Synced: 2025-01-07T18:43:49.487Z (5 months ago)
- Language: JavaScript
- Homepage: https://tvflex-movie.netlify.app/
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.