Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 775 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 775 Bytes

Movie Search App

This is a simple React web application built with Vite that allows users to search for movies.

Features

  • Search for movies by title
  • Display movie details such as title, release date, overview, and poster
  • Responsive design for a seamless experience on various devices

Getting Started

Prerequisites

Before running the application, you need to have Node.js and npm (Node Package Manager) installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/HacFlix/MovieLand.git
     cd movie-search-app
    
  2. Install dependencies:

    pnpm install
    

3.Start the development server: npm run dev 4.Open your browser and visit http://localhost:3000 to see the app in action.