Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.66 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.66 KB

VideoApp

The VideoApp - an application that helps you with creating and storing your personal video list
LIVE -> VideoApp

About

This project was generated with Angular CLI version 12.1.0.
License: ISC.
It uses local storage.
YouTube and Vimeo API requests are handled by Node server built with use of Express -> video-app-server

Run Locally

  1. Clone the project
  git clone https://github.com/ZibiH/VideoApp.git

or fork it and then use your own link

  1. Go to the project directory
  cd video-app
  1. Install dependencies
  npm install
  1. Start the server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Features

  • Add video to list by url or id - works with public YouTube and Vimeo videos

    imgur

  • Sort the video list by: view count, like count, add to base date

    Imgur

  • Add to favorites and show favorites only

    Imgur

  • Change display style: list or tiles

    Imgur

  • Delete video from list

  • Delete all videos

    Imgur

  • Upload demo (the default video list) - only available when the video list is empty

    Imgur