Skip to content

VictorBravim/MyMovies

Repository files navigation

🎬 MyMovies

image 9

🚀 Overview

This is a Vue.js application for viewing popular movies, built using The Movie Database (TMDb) API. The app features a responsive interface that displays movies in horizontal carousels grouped by genre.

📋 Requirements

  • Axios
  • TMDb API

🔧 Installation

  1. Clone the Repository:
git clone https://github.com/VictorBravim/MyMovies.git
cd MyMovies
  1. Install Dependencies:
npm install
  1. Run the Project:
npm run serve

🛠️ Project Structure

  • App.Vue

📄 License