A full-stack application for cropping and processing images with various aspect ratios.
- server/ - PHP backend server
- web-client/ - React frontend application
- Docker
- Node.js 16 or higher
- Any package manager (npm preferred)
-
Clone the repository: git clone https://github.com/ore-codes/image-cropper/ cd image-cropper
-
Set up the backend: cd server Follow server/README.md for detailed setup instructions
-
Set up the frontend: cd web-client Follow web-client/README.md for detailed setup instructions
You can try the app live here: https://image-cropper-henna.vercel.app/
- Drag and drop image upload
- Image cropping with various aspect ratios
- Real-time preview
- Responsive design
- Cross-browser compatibility
This project is licensed under the MIT License - see the LICENSE file for details.