/video-analytics

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Video Analytics

This is a project to track pauses, skips, watch duration, speed change, etc among other datapoints in a video using React.

Technologies Used

  • TypeScript: For writing code logic.
  • JavaScript: For writing JSX content.
  • React: A JavaScript library used for building user interfaces.
  • Tailwind CSS: Used for structuring and styling the interface.

Installation

  1. Clone the repository.

    git clone https://github.com/vaiibhavgupta/video-analytics.git

  2. Navigate to the project directory

    cd video-analytics

  3. Install dependencies

    npm install

  4. Start development server at http://localhost:3000

    npm start

Project Deployment

The web-app is deployed here.