Project
The Movie Catalog App is a React-based application that lets users search for movies, view movie details, rate movies, and maintain a list of watched movies. It's built with TypeScript and styled with Tailwind CSS. The app utilizes the OMDB API for movie data. Users can search movies, view details, add movies to the watched list, and get a summary of watched movies.
Technologies
Typescript
React
Tailwind CSS
OMDB-API
Local Storage
Custome Hooks
Back