A modern financial calculator hub built with Next.js 14, TypeScript, and Tailwind CSS.

- Loan Calculator
- Calculate monthly payments
- Input loan amount, interest rate, and term
- Instant results with precise calculations
- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 with your browser to see the result.
- Next.js 14
- TypeScript
- Tailwind CSS
- React 18
src/
├── app/
│ ├── layout.tsx # Root layout with header and footer
│ ├── page.tsx # Home page
│ └── globals.css # Global styles
├── components/
│ ├── calculators/ # Calculator components
│ │ ├── CalculatorLayout.tsx
│ │ └── LoanCalculator.tsx
│ └── ui/ # Reusable UI components
│ └── card.tsx
Feel free to contribute to this project by submitting issues and/or pull requests.
MIT