Welcome to BFlix! This project focuses on building the frontend interface for BFlix using Angular. With a strong backend already in place, including a REST API and database, our goal is to create a seamless and engaging user experience.
- Welcome View: The app displays a welcome view allowing users to log in or register an account.
- Authentication: Authenticated users can view all movies.
- Single Movie View: Clicking on a movie displays additional details in a single movie view.
- Director View: Users can access details about the director of the selected movie by clicking a button.
- One-Page Layout: The application features a single-page layout, ensuring a smooth and intuitive user journey.
- Angular Material: For a visually appealing and responsive design.
- Angular: A powerful web application framework.
- Angular Material: A UI component library for Angular applications.
- RxJS: A library for reactive programming using Observables.
git clone https://github.com/<GitHub-username>/<repository-name>.git
cd <repository-name>