JS API Web
Development

Movie Watchlist App

I developed Movie Watchlist App, a movie discovery and watchlist app that allows users to browse movie titles, view synopses and ratings, and save their favorites to a personal list.

The app uses JavaScript's .fetch() method to retrieve movie data from an online catalog API, and leverages the localStorage API to store user-selected favorites

A combination of CSS Grid and Flexbox ensures a responsive layout across both desktop and mobile devices.