Loading repository dataβ¦
Loading repository dataβ¦
zayennn / repository
πΈ PhotoBooth WebApp β a simple in-browser photobooth. Snap shots from your webcam or upload images, pick a layout/frame, preview the final strip, then download your photo. Built with HTML, CSS, and vanilla JavaScript. Clean UI, fast, and responsive.
A small photobooth-style web app built with React. It guides users through taking or uploading photos, creates a photostrip, and allows adding fun stickers before downloading the final image.
npm install
npm start
Open http://localhost:3000.
npm start
npm run build
build/npm test
src/
components/ β page and UI components (Home, Menu, Camera, Upload, Final)utils/ β helper functions for camera/canvas/final compositionpublic/
Assets/ β all images and art assetsstyles/ β global page styles loaded via public/index.htmlStatic images live under public/Assets/... and are referenced with absolute paths like:
/Assets/fish-photobooth/...localStorage temporarily to pass data between pages.