Netflix is a subscription-based streaming service that allows the members to watch TV shows and movies without commercials on an internet-connected device.
This project is a netflix clone. It provides the trailer of variety of content which is available on Netflix. It shows the curated collection of movies and TV series under the categories such as Netflix Originals, Trending now, Top rated, Action Movies, Horror Movies, Comedy Movies, Romance Movies and Documentaries.
To built this project. I have used following technologies :
As I have used "movie-trailer" npm package, it is a bit unstable. The accuracy of fetching trailer is low. So you might unable to see the trailer of few movies.
Are you interested in setting up this project locally? To get a local copy up and running follow these simple steps.
So the list things that you will need to use are :
- npm / node [intall node js from the link or update your npm using this command]
npm install npm@latest -g
- Clone the repo
git clone https://github.com/HapticHash/netflixclone
- Install NPM packages
npm install
- Run it locally
npm start
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Harshit K. Singh - @haptichash - harshitks2203@gmail.com
Project Link: https://github.com/HapticHash/netflixclone