Skip to content

stefanusdeo/moviedb-app

Repository files navigation

MovieDB App

Vercel Deployment

Overview

MovieDB App is a web application built with Next.js that integrates with The Movie Database (TMDb) API. The application allows users to browse, search, and explore various movies and TV shows. The project is developed using TypeScript, Zustand for state management, and Tailwind CSS for styling.

Features

  • Browse Movies and TV Shows: Explore a wide range of movies and TV shows with data fetched from TMDb.
  • Search Functionality: Search for your favorite movies or TV shows.
  • Responsive Design: Mobile-first design using Tailwind CSS to ensure a seamless experience across devices.
  • State Management: Utilize Zustand for efficient and lightweight state management.

Tech Stack

  • Next.js: A React framework that provides a robust environment for building server-side rendered and statically generated applications.
  • TypeScript: Strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
  • Zustand: A small, fast, and scalable state-management solution.
  • Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.