A modern web-based batch photo editor built with Next.js that allows users to edit multiple images simultaneously with ease and efficiency.
- Batch Processing: Edit multiple photos at once
- Modern UI: Clean and intuitive user interface
- Fast Performance: Optimized for quick image processing
- Responsive Design: Works seamlessly across all devices
- Real-time Preview: See your edits instantly
- Next.js - React framework for production
- React - UI component library
- TypeScript - Type-safe development
- Geist Font - Modern font family optimized by Vercel
- next/font - Automatic font optimization
Before you begin, ensure you have installed:
- Node.js (v18 or higher recommended)
- npm, yarn, pnpm, or bun
- Clone the repository:
git clone https://github.com/ganeshchandra111/BatchPhotoEditor.git
cd BatchPhotoEditor- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun installRun the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the application.
You can start editing the main page by modifying app/page.tsx. The page auto-updates as you edit the file.
To learn more about Next.js, check out the following resources:
- Next.js Documentation - learn about Next.js features and API
- Learn Next.js - an interactive Next.js tutorial
- Next.js GitHub Repository
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Ganesh Chandra
- GitHub: @ganeshchandra111
This project is open source and available under the MIT License.
Give a ⭐️ if this project helped you!
Made with ❤️ using Next.js