MYSTYX7 / Entertainment-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entertainment App

Overview

Entertainment App is a web application that offers users the opportunity to explore and enjoy a diverse range of movies. The platform provides an intuitive interface for users to discover movies, view detailed information, and watch trailers. Additionally, the application incorporates user authentication, bookmarking of favorite movies, and personalized recommendations.

Visit the website:

https://entertainment-app-green.vercel.app/

Features

  • Movie Catalog: Explore an extensive collection of movies with in-depth details.
  • User Authentication: Register and log in to access personalized features.
  • Bookmarking: Save your favorite movies for quick access.
  • Recommendations: Receive personalized movie recommendations based on your preferences.
  • Watch Trailers: View trailers of your favorite movies for a sneak peek.

Technologies Used

  • React: Front-end JavaScript library for building a dynamic user interface.
  • Redux Toolkit: State management for React applications.
  • Tailwind CSS: CSS framework for building modern and responsive designs.
  • Node.js: JavaScript runtime for server-side development.
  • Express.js: Web application framework for building the backend server.
  • MongoDB: NoSQL database for storing user data and preferences.
  • TMDB API: Integration for fetching movie details and trailers.
  • Authentication: Implement user authentication for personalized experiences.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

  1. Clone the repository:

    git clone https://github.com/YourUsername/EntertainmentApp.git
    
  2. Install dependencies:

    npm install
    
  3. Run the application:

    npm start

About


Languages

Language:JavaScript 79.5%Language:CSS 17.0%Language:HTML 3.5%