WEB

Cine-Finder

Cine-Finder is a front-end web application I built to practice consuming REST APIs. The application connects to The Movie Database (TMDb) API to fetch real-time movie data. Users can search for films by title, view popular movies, and get complete details for each film. This project was built to deepen the fundamental understanding of front-end web development.

Cine-Finder screenshot 1

Project Details

My Role

Front-End Developer

Completed

July 28, 2025

Category

web

Technologies Used

JavaScript HTML CSS REST API TMDb API Netlify React

Key Challenges

  • Managing application state efficiently without a framework.
  • Creating a fully responsive film gallery layout.
  • Handling asynchronous API requests cleanly and correctly.

Solutions Implemented

  • Used a component-based architecture with JavaScript modules.
  • Utilized CSS Grid and Flexbox for an adaptive design.
  • Implemented async/await with the Fetch API for readable requests.