A simple Cropper application built using React Easy Crop library and Next.js 14 (with App Router).
This project was created to address a personal need for a simple cropper tool. It utilizes the React Easy Crop library for cropping images and Next.js 14 for routing within the application.
- Crop images easily using React Easy Crop.
- Rotate images for better alignment.
- Save cropped images locally or send them to an API for storage.
- Clone the repository:
git clone https://github.com/Mostafakahani/cropper-app.git
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!