https://github.com/mijan2001/netflix-frontend
https://github.com/mijan2001/netflix-frontend
firebase reactjs tailwindcss
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mijan2001/netflix-frontend
- Owner: Mijan2001
- Created: 2025-02-25T17:30:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T17:17:16.000Z (over 1 year ago)
- Last Synced: 2025-02-27T23:45:29.039Z (over 1 year ago)
- Topics: firebase, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://precious-basbousa-b9543c.netlify.app/
- Size: 5.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Clone
This is a Netflix frontend website clone built using React, Tailwind CSS, and Firebase for authentication.
## Table of Contents
- [Features](#features)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Features
- User authentication with Firebase
- Responsive design using Tailwind CSS
- Browse and search for movies and TV shows
- Watch trailers and get detailed information about each title
## Screenshots

_Home Page_

_Login Page_

_Movie Details_
## Installation
1. Clone the repository:
```bash
https://github.com/Mijan2001/netflix-frontend.git
```
2. Navigate to the project directory:
```bash
cd netflix-clone
```
3. Install the dependencies:
```bash
npm install
```
## Usage
1. Start the development server:
```bash
npm run dev
```
2. Open your browser and go to `http://localhost:5173`.