/modern-movie-app

Movie application created in Vite React using OMDb API, Bootstrap, Redux

Primary LanguageTypeScript

Movie's Park

Movie application created in Vite React using OMDb API, Bootstrap, Redux. A tabular list is shown on a single page with movie data captured from the API. You can click on any movie and get detailed information about the movie on the detail page.

Demo

Link

Getting Started

Prerequisites

  • Node.js (version 14 or higher)
  • npm or Yarn

Installation

  1. Clone this repository to your local machine.

    git clone https://github.com/burakc3tin/modern-movie-app.git
    
  2. Navigate to the project directory.

    cd modern-movie-app
    
  3. Install dependencies.

    npm install
    
  4. Usage

    npm run dev
    

Screenshots