FinKit is your all-in-one personal finance toolkit—a web app designed to help you manage, track, and optimize your finances effortlessly. Whether you're planning your savings, splitting bills, converting currencies, or calculating discounts, FinKit brings together four powerful mini-apps under one roof to make money management simple and accessible for everyone.
Try FinKit online: https://finkit-v1.netlify.app/
FinKit includes four intuitive mini-apps:
- Set financial goals: Input your target savings, current savings, and desired time frame.
- Monthly saving suggestion: Calculates how much you need to save per month to reach your goal.

- USD to INR conversion: Instantly converts US Dollars to Indian Rupees.
- Easy to use: Just enter the amount in USD to get the INR equivalent.

- Calculate discounts: Enter the total amount and discount percentage to see the final price and total savings.
- Shopping made smarter: Know exactly how much you save on every purchase.

- Split bills easily: Enter the total bill and number of people to see how much everyone needs to pay.
- Perfect for group outings: No more confusion after parties or dinners.

- Simple and Intuitive UI: Clean, distraction-free design for a seamless user experience.
- Modular Structure: Each tool is a mini-app—use only what you need.
- Responsive Design: Works smoothly on both desktop and mobile devices.
- Instant Calculations: All tools provide immediate results, making finance management quick and hassle-free.
- HTML5 & CSS3
- JavaScript (Vanilla)
- PicoCSS for minimal styling
- Modular file structure: Each tool has its own JS and HTML in
/js/and/pages/
FinKit/
│
├── index.html # Main dashboard (Paise Planner)
├── assets/
│ ├── css/
│ │ └── main.css
│ ├── img/
│ │ ├── paise-planner.png
│ │ ├── kurrency-konverter.png
│ │ ├── discount-deducer.png
│ │ └── bill-batwara.png
│ ├── js/
│ │ ├── paise-planner.js
│ │ ├── converter.js
│ │ ├── discount-cal.js
│ │ └── bill-batwara.js
│ └── pages/
│ ├── converter.html # Kurrency Konverter
│ ├── discount-cal.html # Discount Deducer
│ └── bill-batwara.html # Bill Batwara
├── .gitignore
├── License.md # MIT License
└── README.md # You are here!
- Clone the repo:
git clone https://github.com/shivankushsingh09/FinKit.git cd FinKit - Open
index.htmlin your browser.- Navigate to other mini-apps using the navigation bar.
- Use each tool as needed—no setup required!
- Students: Budget your monthly allowance.
- Travelers: Convert currencies on the go.
- Shoppers: Calculate savings during sales.
- Groups: Split restaurant or party bills easily.
Contributions, suggestions, and feature requests are welcome!
Feel free to fork the repo and open a pull request.
This project is MIT licensed.
- Created by shivankushsingh09
- Inspired by neog.camp
FinKit—Your personal finance toolkit, from zero to hero! 🚀