https://github.com/r-mahesh45/fsi-calculator-web-app
I'm excited to share my latest project, FSI Calculator, which simplifies the calculation of Total FSI, Built-Up Area, and Carpet Area for architects, planners, and real estate professionals.
https://github.com/r-mahesh45/fsi-calculator-web-app
Last synced: 4 months ago
JSON representation
I'm excited to share my latest project, FSI Calculator, which simplifies the calculation of Total FSI, Built-Up Area, and Carpet Area for architects, planners, and real estate professionals.
- Host: GitHub
- URL: https://github.com/r-mahesh45/fsi-calculator-web-app
- Owner: R-Mahesh45
- License: gpl-3.0
- Created: 2025-01-26T09:49:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T09:54:03.000Z (8 months ago)
- Last Synced: 2025-03-25T07:44:30.603Z (6 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSI Calculator Web App
A simple web application to calculate Total FSI, Built-Up Area, and Carpet Area based on input parameters like Plot Area, Permissible FSI, TDR, and Ancillary FSI.
## Features
- Accepts user inputs for Plot Area, Permissible FSI, TDR, and Ancillary FSI.
- Calculates:
- Total FSI
- Built-Up Area
- Carpet Area (80% efficiency)
- User-friendly interface.
- Built with Python (Flask) and JavaScript.## Installation
1. Clone this repository:
```bash
git clone https://github.com/R-Mahesh45/FSI-Calculator-Web-App.gitfsi-calculator/
├── app.py
├── templates/
│ └── index.html
├── static/
│ ├── script.js
│ └── styles.css
├── README.md
└── requirements.txt