Skip to content

anishVermaIsHere/HomeLoanEMICalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HomeLoanEMICalculator

Home Loan EMI Calculator game build in React

the app link is https://anishvermaishere.github.io/home-loan-emi-calculator/

Before run this application you have to install the NodeJS

To run the application

  1. Download this code as zip and open visual studio code with terminal and run command npx create-react-app app_name.

  2. Then extract the downloaded file and copy src,public folder and package.json file and paste and replace it into your app folder which you created by the command in step1.

  3. After copied the files you run command npm i or npm install.

  4. After the installation of all dependencies and environment setup. Now, you have to run last command npm start.

  5. Now your application will run successfully.