Welcome to the CAS-ALTA project! This project is a financial analysis tool that provides detailed loan details, revenue and expenses, house value over years, and costs including renovation and furniture. The tool is designed to handle scenarios for both individuals and couples, providing per person values where applicable.
You can access the deployed version of this project on Vercel here.
- Detailed loan analysis including upfront payment, loan amount, monthly interest rate, number of payments, and monthly payment.
- Revenue and expenses analysis including yearly revenue, yearly expenses, and profit before tax.
- House value tracking over the years.
- Comprehensive cost analysis including house price, renovation cost, furniture cost, and total cost.
- Per person financial breakdown for couples.
- Frontend: HTML, CSS, JavaScript
- Backend: N/A (Pure frontend application)
- Deployment: Vercel
To run this project locally, follow these steps:
-
Clone the repository:
-
Install dependencies: This project does not require any backend dependencies. Ensure you have a local server to serve static files if necessary.
-
Open the project: Open
index.htmlin your web browser. -
Enter Financial Details: Fill in the required financial details such as upfront payment, loan amount, monthly interest rate, number of payments, and monthly payment.
-
View Analysis: View the detailed financial analysis, which includes per person values if the couple option is selected.
Contributions are welcome! Please follow these steps to contribute:
-
Fork the repository: Click the "Fork" button at the top right corner of this repository.
-
Create a branch:
git checkout -b feature/your-feature-name
-
Make your changes: Implement your feature or fix the bug.
-
Commit your changes:
git commit -m 'Add some feature'
This project is licensed under the MIT License. See the LICENSE file for details.