https://github.com/ore-codes/image-cropper
https://github.com/ore-codes/image-cropper
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ore-codes/image-cropper
- Owner: ore-codes
- License: mit
- Created: 2025-04-27T05:01:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-27T06:02:50.000Z (about 1 year ago)
- Last Synced: 2025-04-27T06:19:54.083Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://image-cropper-henna.vercel.app
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Cropper
A full-stack application for cropping and processing images with various aspect ratios.
## Project Structure
- server/ - PHP backend server
- web-client/ - React frontend application
## Prerequisites
- Docker
- Node.js 16 or higher
- Any package manager (npm preferred)
## Getting Started
1. Clone the repository:
git clone https://github.com/ore-codes/image-cropper/
cd image-cropper
2. Set up the backend:
cd server
Follow server/README.md for detailed setup instructions
3. Set up the frontend:
cd web-client
Follow web-client/README.md for detailed setup instructions
## Live Demo
You can try the app live here: https://image-cropper-henna.vercel.app/
## Features
- Drag and drop image upload
- Image cropping with various aspect ratios
- Real-time preview
- Responsive design
- Cross-browser compatibility
## License
This project is licensed under the MIT License - see the [LICENSE](../LICENSE) file for details.