An open API service indexing awesome lists of open source software.

https://github.com/ore-codes/image-cropper


https://github.com/ore-codes/image-cropper

Last synced: 10 months ago
JSON representation

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.