Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 561 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 561 Bytes

FishEye project

A simple page with a modal to practice some essential web concepts:

  • Accessible web development
  • DOM manipulation and events
  • Javascript design patterns

Getting Started

To get a local copy up and running follow these steps.

  1. Clone the current repository

    git clone https://github.com/demondragong/Front-End-Fisheye.git
  2. Open the index.html file in your browser...

(back to top)