Skip to content

AVu120/image-flipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Flipper

image

Play with this app at https://avu120.github.io/image-flipper/.

Description

This tool can be used to display an image 4 times on a 2x2 grid then flip/rotate/apply-filters to individual or multiple images simultaneously.

How to Run Application

Run application at: https://avu120.github.io/image-flipper/

View/edit/fork CodeSandbox at: https://codesandbox.io/s/github/AVu120/image-flipper

Application Set Up

git clone https://github.com/AVu120/image-flipper.git

cd image-flipper

npm i

npm start

Then open http://localhost:3000 in a browser.

This project was bootstrapped with Create React App.