File tree 2 files changed +25
-2
lines changed
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Approach:
133
133
134
134
- Everything should be stored in localStorage
135
135
136
- - array ko localtorage mein save krna hai
136
+ - array ko localstorage mein save krna hai
137
137
array ko localstorage mein se read krna hai
138
138
139
139
Project ShowCase :
@@ -146,6 +146,29 @@ Visit Expense Tracker : [[https://transaction-track.netlify.app/]]
146
146
147
147
Project 9 : Web Cam
148
148
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
+
149
172
# Upcoming Projects
150
173
151
174
- Excel Sheet Clone
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
- < title > Web Cam</ title >
6
+ < title > Web Cam - Gallery </ title >
7
7
< link
8
8
href ="https://fonts.googleapis.com/icon?family=Material+Icons "
9
9
rel ="stylesheet "
You can’t perform that action at this time.
0 commit comments