Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.24 KB

This is a simple web-based camera and gallery application built to understand the basic of HTML, CSS, JS, and web APIs like DOM, UI Events, IndexedDB, Navigation, MediaStream, Permission and so on.

Project Video

Project Image Project Image

Features
  • Capture Picture and Videos from web camera
  • Apply Filter
  • View all captured images in a gallery layout (locally in indexedDB)
  • Download images or videos
Technologies used
  • HTML5
  • CSS3
  • JavaScript
  • Browser APIs
Setup and Installation
  • Clone the repository:
git clone https://github.com/AbhiArya20/camera-gallery.git
  • Navigate to the project directory:
cd camera-gallery
  • Open the index.html file in your browser