A responsive React application that allows users to calculate monthly loan payments, total payable amount, and total interest based on loan amount, interest rate, and loan duration. Built using React, Formik for form handling, and Tailwind CSS for styling.
Check out the live version here:
š https://smartloancalculator.netlify.app/
# Clone the repo
git clone https://github.com/NelushGayashan/smart-loan-calculator.git
# Navigate into the project directory
cd smart-loan-calculator
# Install dependencies
npm install
# Run the app
npm run dev
The app should now be running on http://localhost:5173.
smart-loan-calculator/
āāā public/
āāā src/
ā āāā components/
ā ā āāā LoanCalculator.jsx
ā āāā App.jsx
āāā .gitignore
āāā tailwind.config.js
āāā vite.config.js
āāā package.json
āāā README.md
This project is open source and available under the MIT License.
Made with ā¤ļø by Nelush Gayashan