Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 521 Bytes

Image Zoom

Visit Live Link here A tiny project app where you can hover over the image and the zoomed version will be displayed on the side.

Features

  • User can zoom over an image
  • A lens will be displayed around the cursor.
  • The zoomed version will be displayed on the side.

Technologies

  • 100% JavaScript
  • React
  • Font Awesome for Icons

Local Setup

  1. Clone the repository
  2. npm install
  3. npm start
  4. You can check the working app on localhost:3000