Polaroid Booth
- 2 Devlogs
- 2 Total hours
A simple website where you can take pictures just like in a polaroid booth!
A simple website where you can take pictures just like in a polaroid booth!
DEVLOG #2
JavaScript (Vanilla):
Camera access via navigator.mediaDevices.getUserMedia(), drawing video frames to canvas, converting canvas to image, DOM manipulation, randomized rotation logic, download functionality
the cam is working yayayayayy!!
DEVLOG #1:
Worked on HTML and CSS:
Built the whole Polaroid Booth interface from scratch in a single HTML file.
The HTML sets up a retro camera viewfinder (element), a big red snap button, and a gallery wall where Polaroids pile up. In CSS I added a blue background, a camera module (rounded corners, shadows, a pressable button with a 3D click effect), and each Polaroid card gets its own random rotation via a CSS custom property (–rot) so the wall looks like a real messy photo table.