Build a Mini Netflix (with React)
  • About Cloudinary Labs
  • Build a Mini Netflix with Cloudinary
    • Introduction
    • Delivering Video
    • Setup React
    • Install Dependencies
    • Styling your App
    • User Authentication
    • Callback Component
    • Navigation Component
    • Display Component
    • Setup Root Route
    • Upload Component
    • Setup Upload Route
    • Upload Videos
    • Display Videos
    • Enable Auth
    • Share on Twitter
Powered by GitBook
On this page
  1. Build a Mini Netflix with Cloudinary

Introduction

PreviousAbout Cloudinary LabsNextDelivering Video

Last updated 7 years ago

An excited entrepreneur just approached you to build a video service. A service where users can quickly upload short videos and share on twitter for their friends to view.

In this code lab, you'll learn how to build a simple video service.

What you'll learn

  • How to add user authentication to your app

  • How to allow registered users of your app to upload short videos of about 20 - 30 seconds

  • How to allow registered users view all the uploaded videos on your app on a dashboard

  • How to allow users share app videos on twitter

  • How to use the commandline

What you should already know

  • Basic HTML, CSS, and JavaScript

  • How to run commands from the commandline

What you'll need

  • Access to the internet and a web browser

  • A

  • An

  • (version 6.0 or greater) and

Cloudinary account
Auth0 account
Node.js
npm