Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 825 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 825 Bytes

Ruff - Movie-Trailer Streaming App

Overview

Ruff is a full-stack, on-demand video streaming application. This repository (ruff-client) contains the React-based client application. Visit rufftv.com for the live app.

Features

  • Video streaming interface
  • User authentication and profiles
  • Responsive design for various devices

Technologies

  • React.js
  • AWS S3 for hosting
  • Cloudfront CDN

Installation

  1. Clone the repository
    git clone https://github.com/VincenzoMeschi/ruff-client.git
  2. Install dependencies
    npm install
  3. Run the application
    npm start

Related Repositories