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
-
Download this code as zip and open visual studio code with terminal and run command
npx create-react-app app_name. -
Then extract the downloaded file and copy
src,publicfolder andpackage.jsonfile and paste and replace it into your app folder which you created by the command in step1. -
After copied the files you run command
npm iornpm install. -
After the installation of all dependencies and environment setup. Now, you have to run last command
npm start. -
Now your application will run successfully.