This is a movie application built using the Angular framework that allows users to browse a collection of movies and view their details.
- Home page displaying popular and trending movies
- Movie details page showing information such as title, release date, and synopsis
- Search functionality to find specific movies
Upon opening the application, the homepage will display popular and trending movies. Clicking on any movie will redirect you to a detailed page showing more information about the movie. You can also use the search functionality to find specific movies. To access additional features like leaving reviews and ratings.
- Clone the project:
git clone https://github.com/fevziatanoglu/Angular-Movie-App.git
- Navigate to the project directory:
cd Angular-Movie-App
- Install the required packages:
npm install
- Start the application:
ng serve
- Go to
http://localhost:4200/
in your browser to view the application.