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.
- Node.js (version 14 or higher)
- npm or Yarn
-
Clone this repository to your local machine.
git clone https://github.com/burakc3tin/modern-movie-app.git
-
Navigate to the project directory.
cd modern-movie-app
-
Install dependencies.
npm install
-
Usage
npm run dev