=> This is a Clone of Netflix-Platform built with React and Movie-API. It's homepage showcases a visually appealing and intuitive interface, featuring a layout that is familiar to Netflix users.
Website Link => https://mk-netflix-clone.netlify.app/
-
To get started with this react project, you will need to have
Node.js
andNPM
installed on your system. -
First, you need to open a
Terminal
in your system andClone
this repository by using :
git clone https://github.com/Mk4Levi/Netflix-Clone-mk.git
- Navigate to the Project's directory :
cd Netflix-Clone-mk
- Install all Dependencies used in this Project :
npm install
- Finally, host it on local server :
npm run start
- Now just search this link in your browser to view the live running application in your Local sysytem :
http://localhost:3000
.
├── public/
├── src
│ ├── assets/
│ ├── components/
| └──Navbar.jsx
│ └──PreLoader.jsx
│ └──index.js
│
│ ├── config/
| └──firebaseConfig.js
│ └──index.js
│
│ ├── scss/
| └──App.scss
│ └──Home.scss
│ └──PreLoader.css
│
│ ├── components/
| └──Home.jsx
| └──index.js
|
│ ├── App.jsx
│ ├── index.jsx
│ ├── vercel.json
│
├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md