Skip to content

EasyCodingTutorial/Netflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Netflix Clone using Next.js 14, TypeScript, React.js in 2024

logo

This project aims to create a Netflix clone with Next.js 14, utilizing TypeScript for type safety, React.js for building the UI components, React Icons for iconography, and other libraries as needed.

Features

  • Login Page: A login page for users to authenticate and access the Netflix clone.
  • Home Page: A homepage resembling the Netflix layout, displaying featured content, categories, and more.

Technologies Used

  • Next.js 14: A React framework for building server-side rendered applications.
  • TypeScript: A statically typed superset of JavaScript for enhanced code quality and developer productivity.
  • React.js: A JavaScript library for building user interfaces.
  • React Icons: A library providing popular icon sets as React components.
  • Any additional libraries or tools can be listed here.

Getting Started

Follow these steps to get the project up and running on your local machine:

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Install dependencies by running npm install or yarn install.
  4. Start the development server using npm run dev or yarn dev.
  5. Access the application in your browser at http://localhost:3000.

Contributions

Contributions are welcome! Feel free to open issues for any bugs, feature requests, or suggestions.

Learn By Watching Video ▶️

Watch Demo Video