Netflix clone


A simple, ready to deploy, portfolio template for anyone...

📝 Table of Contents

🧐 About

This is a ready-to-deploy portfolio website, with a lot of basic features. You can display your intro, showcase your skills, publish your social profiles, make your resume available to view and can also allow people to interact with you via contact form submissions.

The website is built using React Js, alongside with NextJS, so that you can do SEO as well.

📺 Demo

Demo https://www.kashanshah.com/

🏁 Getting Started

Download project or clone from gitlab

git clone https://github.com/ShaBax/netflix-clone.git

Update content in ./src/utils/constants.ts and images in ./public/images/ folder.

Deploy the code on any web hosting, like netlify.

Installing

Once you have the project on your machine simply install the required modules by using yarn or npm

yarn install

OR

npm run install

Running the project locally

You can run the project locally by running command

yarn dev

OR

npm run dev

Creating Build

To create build, you can run the following command using yarn or npm:

yarn build

OR

npm run build

🚀 Deployment

Currently, the demo is deployed on Netlify. You can use any other web hosting also for the deployment.

⛏️ Built Using

✍️ Authors