Skip to content

Commit f141978

Browse files
committed
update read me file
1 parent a232f07 commit f141978

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Approach:
133133

134134
- Everything should be stored in localStorage
135135

136-
- array ko localtorage mein save krna hai
136+
- array ko localstorage mein save krna hai
137137
array ko localstorage mein se read krna hai
138138

139139
Project ShowCase :
@@ -146,6 +146,29 @@ Visit Expense Tracker : [[https://transaction-track.netlify.app/]]
146146

147147
Project 9 : Web Cam
148148

149+
Features:
150+
151+
- Image Capturing
152+
- Video Recording
153+
- Editing Frame (Filter image & video)
154+
- Gallery page to view all recorded videos & pictures
155+
- Use Database IndexedDB API provided by Browser
156+
- we also delete & download data (Images & videos).
157+
- Responsive UI
158+
159+
For storing data use IndexedDB (Database) key-value pair
160+
161+
### How to configure it
162+
163+
- Open database
164+
- create objectstore
165+
- add eventlisteners according to it
166+
- Make transactions
167+
168+
Visit Web Cam Photo Gallery : [[https://photo-gallery-web.netlify.app/]]
169+
170+
### Completed Web Cam Photo Gallery Web Application Using Vanilla JS
171+
149172
# Upcoming Projects
150173

151174
- Excel Sheet Clone

Web Cam/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Web Cam</title>
6+
<title>Web Cam - Gallery</title>
77
<link
88
href="https://fonts.googleapis.com/icon?family=Material+Icons"
99
rel="stylesheet"

0 commit comments

Comments
 (0)