A single page web application which enables users to edit their images. Build with React.
https://www.youtube.com/watch?v=53omb2FfuU4
- Upload images via
drag and dropor via classic File Uploader. -
resizeandcropimages. - Adjust the
Brightness,Contrast,SaturationandBlurof images. -
rotateandflipimages. -
add textto images. -
downloadthe edited version of an image or send it viae-mail. - If an image is too big to fit the screen, app zooms out automatically. Also, user can change this
scaling factorby using the slider in the footer. - Edited version of images are stored in the
local storage. Thus, users can continue editing where they left off, when they return.
- Input validation.
