Aviewcado is a website built with TypeScript and Angular that fetches and displays data on movies and TV shows from The Movie Database (TMDB) API.
Users can browse movies and TV shows by genre or search by title. Once a specific movie or TV show is selected users are redirected to an overview page that displays details about the movie or show, photos of the cast, official videos and images, and TMDB reviews.
Contributor: Siyun Feng
- Designed a fully responsive website with PrimeNG components for enhanced user interfaces and functionality.
- Developed reusable Angular components and services to fetch and display data from The Movie Database API.
- Leveraged TypeScript's type safety to enhance error handling, preventing runtime errors and improving code quality.