Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.61 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.61 KB

Amazon Prime Clone

A frontend clone of Amazon Prime Video, built with React and integrated with Firebase for backend functionalities. This project emulates the Amazon Prime Video interface, showcasing both UI design and basic authentication.

📖 Features

  • Landing Page: A visually appealing homepage similar to Amazon Prime Video.
  • User Authentication: Sign-up and login functionality using Firebase Authentication.
  • Browse Section: Displays a collection of movies and shows with categories.
  • Responsive Design: Optimized for different devices and screen sizes.

🛠️ Technologies Used

  • React: For building the user interface and managing component states.
  • Firebase: For backend services like authentication and data storage.
  • CSS: For styling the application.
  • JavaScript: For handling dynamic content and functionality.

🚀 Getting Started

Prerequisites

  • React.js and npm installed on your machine.

Installation

  1. Clone this repository:
    git clone https://github.com/advika31/prime.git
  2. Install dependencies:
    cd prime
    npm install
  3. Set up Firebase:
    • Create a Firebase project at Firebase Console.
    • Enable Authentication and Firestore as needed.
    • Add your Firebase configuration to your React project.
  4. Run the project:
    npm start

💡 Future Enhancements

  • Implement video playback functionality.
  • Add personalized recommendations based on user preferences.
  • Expand Firebase integration for storing user watch history and preferences.