An open API service indexing awesome lists of open source software.

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

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.

![Screenshot](emi.png)