Skip to content

All kinds of financial calculator like Fixed Deposit, Recurring Depository, Salary Calculator, NPS calculator, Financial Freedom Calculator, Income Tax calculator

Notifications You must be signed in to change notification settings

bansalankit92/financial-calculator

Repository files navigation

My Financial Calculator

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.

Features

  • 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

Tech Stack

  • Next.js 15
  • TypeScript
  • Tailwind CSS
  • Chart.js
  • Framer Motion
  • Heroicons

Getting Started

  1. Clone the repository:

    git clone <repository-url>
    cd financial-calculator/nextjs
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 in your browser.

Project Structure

src/
├── app/                 # App router pages
├── components/          # React components
│   └── calculators/     # Calculator-specific components
├── lib/                 # Utility functions and calculations
└── styles/             # Global styles

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

All kinds of financial calculator like Fixed Deposit, Recurring Depository, Salary Calculator, NPS calculator, Financial Freedom Calculator, Income Tax calculator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages