Movie App

Completed on April 30, 2020
Movie App
JavascriptWebpackMovie API TMDB

Movies API Explorer

A dynamic web application that allows users to discover and explore movies, powered by the TMDb (The Movie Database) API. This project demonstrates efficient API integration and front-end bundling.

🛠 Tech Stack

  • Target Platform: Web Browser
  • Language: JavaScript (ES6+)
  • Library: jQuery (DOM manipulation and AJAX)
  • Module Bundler: Webpack (for optimized builds)
  • Data Source: TMDb API

🚀 How to Run

The project comes with a pre-bundled distribution version. To view the application:

  1. Open the dist folder.
  2. Launch index.html in your preferred web browser.

✨ Key Features

  • Live Movie Data: Fetches real-time information from the TMDb database.
  • Responsive UI: Designed to provide a smooth experience across different screen sizes.
  • Optimized Assets: Uses Webpack to manage dependencies and minify assets for better performance.

📸 Screenshots

image

← Back to Portfolio