A modern, responsive loan calculator built with React and Tailwind CSS. Calculate monthly payments, total interest, and more with an intuitive user interface.
Check out the live application: loan-calculator-phi-weld.vercel.app
Clone the repository
git clone https://github.com/ELHARCHAOUI-SIFEDDINE/LoanCalculator.git
Navigate to the project directory
cd LoanCalculator
Install dependencies
npm install
# or
yarn install
Start the development server
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser
Use the sliders to adjust:
View real-time calculations for:
Change language or currency using the settings button in the top-right corner
src/
āāā components/
ā āāā Header.js
ā āāā LoanCalculator.js
ā āāā ResultCard.js
ā āāā SettingsModal.js
ā āāā SliderInput.js
āāā utils/
āāā calculations.js
āāā constants.js
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.
ELHARCHAOUI SIF-EDDINE
āļø If you found this project helpful, please give it a star on GitHub!