Skip to content

Clone of Netflix-Platform built with React and Movie-API. Homepage showcases a visually appealing and intuitive interface, featuring a layout that is familiar to Netflix users.

Notifications You must be signed in to change notification settings

Mk4Levi/Netflix-Clone-mk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone of Netflix Platform

=> 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.

Project's Screenshots =>

image image

Getting Started

  1. To get started with this react project, you will need to have Node.js and NPM installed on your system.

  2. First, you need to open a Terminal in your system and Clone this repository by using :

git clone https://github.com/Mk4Levi/Netflix-Clone-mk.git
  1. Navigate to the Project's directory :
cd Netflix-Clone-mk
  1. Install all Dependencies used in this Project :
npm install
  1. Finally, host it on local server :
npm run start
  1. Now just search this link in your browser to view the live running application in your Local sysytem :
http://localhost:3000

Paths & Files

Structure of the Folders & Files in this Repo :

.
├── 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

Thank You

About

Clone of Netflix-Platform built with React and Movie-API. Homepage showcases a visually appealing and intuitive interface, featuring a layout that is familiar to Netflix users.

Topics

Resources

Stars

Watchers

Forks