Not your usual Netflix clone.
Demo • Key Features • Tech Stack • How to use • Maintainers • Credits • License
You can view the demo here.
- Scroll to see the navbar background change.
- Navigate through shows by clicking on the buttons to the edge of the screen.
- Navigate through shows by dragging (only touch devices).
- Hover on a show to get the details.
- Dynamic data fetched from public/home_mock.json.
- Fully responsive.
- Clone on your machine:
git clone https://github.com/oxcened/netflix-clone
- Enter the repository folder:
cd netflix-clone
- Install dependencies:
npm i
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser.
- Run the production build:
npm run build
- Run the production server:
npm run start
- Open http://localhost:3000 with your browser.
- Netflix Sans font by Dalton Maag Ltd.
- Icons by Lucide.
This project is MIT licensed.