File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ # Interactive Site Plan
2+
3+ An interactive app to view a site's floor plan and display exterior and interior images of doors by clicking on the corresponding door numbers.
4+
5+ ## Features
6+ - Interactive site plan with clickable door numbers.
7+ - Pop-ups display exterior and interior images.
8+ - Clean and responsive design.
9+
10+ ## How to Run
11+ 1 . Clone the repository:
12+ git clone https://github.com/Zpetrea/SIte-Plan---Ext.Doors.git
13+
14+ 2 . Navigate to the project folder:
15+ cd SIte-Plan---Ext.Doors
16+
17+ 3 . Install dependencies:
18+ npm install
19+
20+ 4 . Start the app:
21+ npm start
22+
23+
24+ ## How to Package
25+ To package the app into an executable:
26+ npm run build
27+
28+ The packaged app will be available in the ` dist/ ` folder.
29+
30+ ## License
31+ This project is licensed under the MIT License.
32+
33+ ---
You can’t perform that action at this time.
0 commit comments