Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theladeli/home-extension-cost-calculator
A quick cost calculator for home extensions.
https://github.com/theladeli/home-extension-cost-calculator
Last synced: 21 days ago
JSON representation
A quick cost calculator for home extensions.
- Host: GitHub
- URL: https://github.com/theladeli/home-extension-cost-calculator
- Owner: theLadEli
- Created: 2024-02-22T22:46:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T22:56:06.000Z (11 months ago)
- Last Synced: 2024-11-09T14:26:45.807Z (3 months ago)
- Language: HTML
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Home Extension Cost Calculator
## Overview
The Home Extension Cost Calculator is a web application designed to help homeowners estimate the cost of their home extension projects. Built with the goal of providing users with an accurate and transparent estimation process, the calculator guides users through a simple form-based flow to capture project details and generate a cost estimate range.
## Features
- **Cost Estimation Flow**: The application guides users through a multi-step form to capture project type, size, and finish quality.
- **Visual Cost Breakdown**: Upon completing the form, users receive a visual breakdown of estimated costs across different categories, providing insights into how the budget is distributed.- **User-Friendly Interface**: The application features a modern and intuitive user interface, ensuring a seamless and enjoyable user experience.
## Technologies Used
- **Frontend**: HTML, CSS, JavaScript
- **Framework**: jQuery
- **Design Tools**: Figma
- **Version Control**: Git, GitHub## Installation
As this is all front-end, the web app can be accessed online using GitHub pages. However, if you would like to run the Home Extension Cost Calculator locally, follow these steps:
1. Clone the repository:
```
git clone https://github.com/theLadEli/home-extension-cost-calculator.git
```2. Navigate to the project directory:
```
cd home-extension-cost-calculator
```3. Install dependencies:
```
npm install
```4. Start the development server:
```
npm start
```5. Open your browser and navigate to `http://localhost:3000` to view the application.
## Contributing
Contributions to the Home Extension Cost Calculator are welcome! If you find any bugs, have feature requests, or want to contribute improvements, please open an issue or submit a pull request.