Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1014 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 1014 Bytes

Screen Video Recoder

Description

The project is about a web-based camera application.

Features

  1. The application can click pictures and record videos.

  2. User can add filters to the media.

  3. With the help of canvas it captures the image.

  4. The application also has the feature of screen recording.

  5. All the media will be saved in the gallery.

  6. The media can be downloaded and deleted from the gallery.

  7. All the data is stored in the IndexDB storage system.

Page

https://screenvideorecoder.netlify.app/index.html

Home Page

alt text

Screen Recoding

alt text

Camera

alt text

Technologies Used:

HTML, CSS, JavaScript, IndexDB, MediaSreams, Canvas APIs.