-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,46 @@ | ||
# Welcome to Bingflix!! | ||
Find and watch your favourite films. | ||
# Netflix Web Programming Project | ||
|
||
This project is a web application that displays movies and TV series using the TMDB API. It allows users to browse and search for movies and series, view details about them, and watch trailers. | ||
|
||
## Features | ||
|
||
- Display Now Playing movies | ||
- Display Top Rated movies | ||
- Display Now Airing TV series | ||
- Display Top Rated TV series | ||
- Display Bollywood movies | ||
- Display Korean TV series | ||
- Slider with popular movies | ||
- Sidebar navigation | ||
- Forward and backward scrolling | ||
- Pause and resume animation on hover | ||
- Responsive design | ||
|
||
## Installation | ||
|
||
1. Clone the repository: | ||
|
||
```shell | ||
git clone https://github.com/your-username/netflix-web-project.git | ||
``` | ||
|
||
2. Open the `index.html` file in your web browser. | ||
|
||
## Usage | ||
|
||
- Browse and search for movies and TV series. | ||
- Click on a movie or series to view details. | ||
- Watch trailers by clicking on the "Watch Now" button. | ||
- Use the sidebar to navigate to different sections of the application. | ||
- Use the forward and backward buttons to scroll through the content. | ||
- Pause and resume the animation by hovering over the images. | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT License](LICENSE). | ||
|