A web-based photobooth application built with Next.js, allowing users to capture photos using their webcam and choose from three different layout options. The application features a modern and responsive UI designed with Tailwind CSS and Shadcn UI, ensuring a delightful user experience.
- Capture photos directly from your webcam.
- Choose from three customizable photo layouts.
- Modern and responsive design built with Tailwind CSS and Shadcn UI.
- Fast and efficient server-side rendering with Next.js.
- User-friendly interface for easy photo capturing and layout selection.
- Next.js 15.0.0 for front-end development
- Tailwind CSS for styling and responsive design
- Shadcn UI for modern UI components
- Clone the repository
git clone https://github.com/Mochrks/web-camera-photo
cd web-camera-photo
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
The application will be running on http://localhost:3000.