An interactive web application that allows users to create fun photo collages using their device's camera. Take four photos in sequence and arrange them in beautiful layouts.
- Node.js version 18 or higher
- npm version 9 or higher
- Modern web browser with camera access (Chrome, Firefox, Safari)
-
Install Node Version Manager (nvm)
# For macOS/Linux curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash # For Windows # Download nvm-windows from: https://github.com/coreybutler/nvm-windows/releases
-
Install and Use Node.js 18
# Install Node.js 18 nvm install 18 # Use Node.js 18 nvm use 18 # Verify installation node --version # Should show v18.x.x npm --version # Should show 9.x.x
-
Clone the Repository
git clone https://github.com/your-username/photo-booth-collage.git cd photo-booth-collage
-
Install Dependencies
npm install
-
Start Development Server
npm run dev
-
Access the Application
- Open your browser
- Visit:
http://localhost:5173
- Allow camera access when prompted