GithubHelp home page GithubHelp logo

imkaranks / netflix-clone Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 10.36 MB

Home Page: https://chic-nasturtium-3b31e3.netlify.app/

JavaScript 98.52% HTML 0.72% CSS 0.76%
frontend reactjs tailwindcss framer-motion firebase

netflix-clone's Introduction

Netflix Clone

Table of contents

Overview

Responsive

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page

Screenshot

Desktop Preview

Install and Run the Project

  • Step 1

    Install required dependencies.

    npm install
    
  • Step 2

    We require these API(s) for this app to run.

    1. TMDB API
    2. Youtube Data API

    Register Here and get your API Key

  • Step 3

    Set the environment variable in .env file at root of the folder.

    In Create React App prefix variable with REACT_APP.
    For example

    REACT_APP_KEY="1234"
    

    Access your variable with process.env.REACT_APP_KEY

    In Vite prefix variable with VITE.
    For example

    VITE_KEY="1234"
    

    Access your variable with import.meta.env.VITE_KEY

    Change the values with your registered API key.

    VITE_TMDB_API_KEY=<Your Key Here>
    
    VITE_YT_API_KEY=<Your Key Here>
    
    VITE_FIREBASE_API_KEY=""
    VITE_FIREBASE_AUTH_DOMAIN=""
    VITE_FIREBASE_PROJECT_ID=""
    VITE_FIREBASE_STORAGE_BUCKET=""
    VITE_FIREBASE_MESSAGING_SENDER_ID=""
    VITE_FIREBASE_APP_ID=""
    VITE_FIREBASE_MEASUREMENT_ID=""
    
  • Step 4

    You're all set up. Start your app in development mode

    npm run dev
    

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • React - JS library
  • tailwindcss - CSS framework
  • Framer Motion - For Animations
  • Firebase - Backend-as-a-Service (BaaS) app development platform

Author

netflix-clone's People

Contributors

imkaranks avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.