Skip to content

An application that allows you to discover top-rated movies from TheMovieDB API, search for specific movies, view movie details, and enjoy a seamless experience with translations and user authentication.

Notifications You must be signed in to change notification settings

FaroukAmr/ng-movie-app-main

Repository files navigation

Angular Movie App

Angular Movie App is an application that allows you to discover top-rated movies from TheMovieDB API, search for specific movies, view movie details, and enjoy a seamless experience with translations and user authentication.

Table of Contents

Demo

A live demo of the application is available at https://faroukamr.github.io/ng-movie-app-main/

Installation

  • git clone https://github.com/FaroukAmr/ng-movie-app-main
  • cd ng-movie-app-main
  • Run npm install to install all dependencies.

Usage

Angular Movie App is designed to provide an easy and intuitive way to explore movies. Here's how you can use it:

  • Authentication: Upon launching the application, you'll need to Create an account or log in to access the application.

  • Discover Top Movies: Once logged in, you'll immediately see a list of top-rated movies. Click on a movie to view its details.

  • Search for Movies: Use the search bar at the top to search for specific movies by title.

  • View Movie Details: Click on a movie card to access detailed information about the selected movie, including its overview, release date, and user ratings.

  • Translations: The application supports multiple languages. You can change the language preferences in the navbar dropdown.

Features

  • Browse and discover top-rated movies.
  • Search for movies by title.
  • View detailed information about each movie.
  • Multilingual support for a global audience.
  • User authentication for enhanced features and personalization.

Technologies

  • Angular
  • Angular Material
  • Bootstrap
  • TheMovieDB API
  • Firebase Authentication
  • RxJS

Project Structure

  • src/app/home contains the home page component, which displays the top-rated movies.
  • src/app/movie-details contains the movie details component, which displays detailed information about a selected movie.
  • src/app/navbar contains the navbar component, which contains the search input.
  • src/app/authentication contains the authentication service, which allows users to log in or create an account.
  • src/app/home/movies.service.ts contains the movies service, which is responsible for calling TheMovieDB API.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/.

Run ng serve --open to open the application in your default browser.

Running unit tests

Run ng test to execute the unit tests via Karma.

License

MIT License

Copyright (c) 2023 Alfarouk Sabry

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An application that allows you to discover top-rated movies from TheMovieDB API, search for specific movies, view movie details, and enjoy a seamless experience with translations and user authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published