Skip to content

This is a clone website for Netflix, a popular Entertainment platform in India. Thise website is built using HTML and Tailwind CSS, a utility-first CSS framework that makes it easy to style and layout web pages. 🚀

Notifications You must be signed in to change notification settings

pratham0709/Netflix-Clone

Repository files navigation

logo

NETFLIX 2.0 with TailwindCss!


📔 Table of Contents

🌟 About the Project

📸 Screenshots

image image image image image image image

built with love

image

forthebadge forthebadge forthebadge


Install dependencies

🧪 Install Tailwind CSS

Install Tailwind CSS

Install tailwindcss and its peer dependencies via npm, and then run the init command to generate both tailwind.config.js and postcss.config.js.

npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p

Configure your template paths

Add the paths to all of your template files in your tailwind.config.js file.

module.exports = {
  content: [
    "./pages/**/*.{js,ts,jsx,tsx}",
    "./components/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
};

Add the Tailwind directives to your CSS

Add the @tailwind directives for each of Tailwind’s layers to your ./styles/globals.css file.

@tailwind base;
@tailwind components;
@tailwind utilities;

🚩 Deployment

To deploy this project run

Deploy on Vercel

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

🤝 Contact

Your Name - @twitter_handle - prathameshj792@gmail.com

Project Link: https://github.com/pratham0709/NETFLIX-Clone.git



Don't forget to leave a star ⭐️

About

This is a clone website for Netflix, a popular Entertainment platform in India. Thise website is built using HTML and Tailwind CSS, a utility-first CSS framework that makes it easy to style and layout web pages. 🚀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published