A simple, web-based photo editor built with React, HTML5 Canvas API, and Tailwind CSS. This project allows users to upload images and perform basic image manipulation tasks like rotating, flipping, and adjusting image size.
You can check out a live demo of the app here:
Live Demo
Clone the repository:
git clone https://github.com/VinPal5554/photo-editor.git
cd photo-editor
Install dependencies:
npm install
Run the dev server:
npm start