Transform your digital photos into vintage-style Polaroid pictures with custom handwritten captions.
Upload, customize, and download your personalized Polaroids in seconds.
- πΌοΈ Simple Upload: Drag & drop or click to upload photos.
- βοΈ Handwritten Captions: Add beautiful, handwritten-style text.
- β‘ Instant Preview: Real-time Polaroid transformation.
- πΎ Easy Download: Save your creations with one click.
- π± Mobile Responsive: Create on any device.
- π¨ Modern UI: Clean interface built with Tailwind CSS.
π Check out the live application
- π Next.js
- βοΈ React
- π¨ Tailwind CSS
- π TypeScript
- ποΈ Canvas API
- Clone the repository:
git clone https://github.com/krishn404/polaroid-maker.git
- Navigate to the project directory:
cd polaroid-maker - Install dependencies:
npm install # or yarn install - Run the development server:
npm run dev # or yarn dev - Open the application:
Navigate to http://localhost:3000.
- Upload your image: Click the upload button or drag & drop.
- Add a caption: Type your desired caption.
- Adjust position: Move the caption if needed.
- Download your Polaroid: Click "Download" to save.
We welcome contributions! Follow these steps:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add some amazing feature' - Push to the branch:
git push origin feature/amazing-feature
- Open a Pull Request.