DugFlix is a simple movie streaming app inspired by Netflix, built using HTML, CSS, and vanilla JavaScript. It uses The Movie Database (TMDb) API to fetch movie details, trailers, and credits, with localStorage
handling user data storage.
- Responsive Design: Build a mobile-friendly interface with HTML and CSS.
- DOM Manipulation: Use vanilla JavaScript to display and interact with movie data.
- API Integration: Fetch and display data from TMDb API.
- LocalStorage: Store and retrieve movie data and user preferences locally.
- Display movie details, trailers, and credits
- LocalStorage-based data storage
- Responsive design for all devices
- Clone the repository:
git clone https://github.com/dugsiiyeinc/DugFlix.git