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.
- 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.
- 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.
- React.js and npm installed on your machine.
- Clone this repository:
git clone https://github.com/advika31/prime.git
- Install dependencies:
cd prime npm install
- Set up Firebase:
- Create a Firebase project at Firebase Console.
- Enable Authentication and Firestore as needed.
- Add your Firebase configuration to your React project.
- Run the project:
npm start
- Implement video playback functionality.
- Add personalized recommendations based on user preferences.
- Expand Firebase integration for storing user watch history and preferences.