Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

SceneIt – Movie Web App

Welcome to SceneIt, a movie discovery and social platform built as part of Group 8's coursework. Users can explore popular films, manage their watchlist, customize their profile, and interact socially through shared recommendations.

Getting Started

To run this project locally:

  1. Clone the repository (or download the project folder), open it, enter terminal and then run the following command:

    cd movie-group-8

  2. Install dependencies:

    npm install

  3. Start the development server:

    npm run dev

  4. Open your browser and navigate to http://localhost:5173 (or the port specified in your terminal).

Live Preview

Prefer not to run it locally? Visit the live version here:

https://sceneit-xi.vercel.app

Tech Stack

  • Vue 3 with Composition API
  • Vite for fast dev server and builds
  • Vercel for deployment