A modern financial calculator web application built with Next.js and Tailwind CSS. Calculate SIP returns, EMI, Income Tax, and more with a beautiful and responsive interface.
- SIP (Systematic Investment Plan) Calculator
- EMI Calculator
- Income Tax Calculator (Old vs New Regime)
- Salary Calculator
- Responsive design
- Interactive charts and tables
- Real-time calculations
- Next.js 15
- TypeScript
- Tailwind CSS
- Chart.js
- Framer Motion
- Heroicons
-
Clone the repository:
git clone <repository-url> cd financial-calculator/nextjs
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
src/
├── app/ # App router pages
├── components/ # React components
│ └── calculators/ # Calculator-specific components
├── lib/ # Utility functions and calculations
└── styles/ # Global styles
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.