myFlix-Angular-client

CineVault (myFlix Angular Client)

Angular TypeScript Angular%20Material License

Modern Angular frontend for the CineVault movie discovery app. This client provides authentication, movie browsing, favorites management, and a dark themed UI with Angular Material.

Screenshots

Welcome page Movies carousel Profile and favorites

Features

Tech Stack

Technologies Used

Getting Started

Prerequisites

Install

npm install

Run

npm start

Open http://localhost:4200

Configuration

The API base URL is defined in src/environments/environment.ts:

export const environment = {
	production: false,
	apiUrl: 'your_api'
};

Update apiUrl to point to your backend if needed.

Scripts

Routes

Project Structure (high level)

Notes

License

No license specified.