Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johndev19/netflix-clone
This project is a clone of the Netflix Philippines website, showcasing a user interface for browsing and streaming movies and TV shows.
https://github.com/johndev19/netflix-clone
css html javascript netflix netflix-clone web-development webdevelopment
Last synced: 6 days ago
JSON representation
This project is a clone of the Netflix Philippines website, showcasing a user interface for browsing and streaming movies and TV shows.
- Host: GitHub
- URL: https://github.com/johndev19/netflix-clone
- Owner: JohnDev19
- License: mit
- Created: 2024-07-06T06:56:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T07:18:03.000Z (7 months ago)
- Last Synced: 2024-12-02T22:15:01.944Z (2 months ago)
- Topics: css, html, javascript, netflix, netflix-clone, web-development, webdevelopment
- Language: CSS
- Homepage: https://johndev19.github.io/Netflix-Clone/
- Size: 4.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netflix Philippines Clone
This project is a clone of the Netflix Philippines website, showcasing a user interface for browsing and streaming movies and TV shows.
## Table of Contents
- [Disclaimer](#disclaimer)
- [Features](#features)
- [Screenshots](#screenshots)
- [Setup](#setup)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Disclaimer
This project is for educational purposes only. It is not affiliated with, endorsed by, or connected to Netflix in any way. All trademarks, service marks, and company names are the property of their respective owners.
## Features
- Responsive design compatible with various devices.
- Sections include:
- Hero section with email sign-up form.
- TV section showcasing streaming capabilities.
- Download section for offline viewing.
- Kids section highlighting profiles for children.
- FAQ section addressing common questions.
- Popular content slider.
- Language selector for English and Filipino.
- Interactive FAQ with expandable answers.
- Footer with multiple navigation links.## Screenshots
![Enhanced Music Player](IMG_20240706_145739.jpg)
![Enhanced Music Player](IMG_20240706_145751.jpg)
![Enhanced Music Player](IMG_20240706_145936.jpg)
![Enhanced Music Player](IMG_20240706_145816.jpg)
![Enhanced Music Player](IMG_20240706_145827.jpg)
![Enhanced Music Player](IMG_20240706_145856.jpg)## Setup
1. Clone the repository:
```sh
git clone https://github.com/JohnDev19/netflix-philippines-clone.git
```
2. Navigate to the project directory:
```sh
cd netflix-philippines-clone
```
3. Open `index.html` in your preferred web browser.## Usage
To view the website, open the `index.html` file in any modern web browser. Explore the various sections, interact with the FAQ, and try out the language selector.
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch:
```sh
git checkout -b feature/your-feature-name
```
3. Make your changes and commit them:
```sh
git commit -m "Add your message"
```
4. Push to the branch:
```sh
git push origin feature/your-feature-name
```
5. Open a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.