https://github.com/vinodnextcoder/nextjs-emi-calculator
Emi Calculator using Next.js
https://github.com/vinodnextcoder/nextjs-emi-calculator
emi-calculator-using-nextjs loan-calculator nextjs-emi-calculator nextjs14 react-em-calculator
Last synced: 7 months ago
JSON representation
Emi Calculator using Next.js
- Host: GitHub
- URL: https://github.com/vinodnextcoder/nextjs-emi-calculator
- Owner: vinodnextcoder
- License: mit
- Created: 2024-02-18T05:26:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T13:29:23.000Z (almost 2 years ago)
- Last Synced: 2025-05-20T18:58:09.391Z (10 months ago)
- Topics: emi-calculator-using-nextjs, loan-calculator, nextjs-emi-calculator, nextjs14, react-em-calculator
- Language: TypeScript
- Homepage: https://nextjs-emi-calculator.vercel.app/
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Build a EMI Calculator using Next.js
The Loan Calculator allows users to determine loan amount, interest rate, and tenure, calculate monthly mortgage payments, total loan payments over tenure, and total interest payable. In this article, we will walk you through the process of building a Loan Calculator using Next.js.
# Technologies Used/Prerequisites
- Introduction to Next
- Next Component
- React
- NPM or NPX
# Feature
- Simple Emi calcualtor
First, run the development server run below commands:
```bash
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
