MayaAusset / loan-simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loan Simulator

Check out the deployed version

Screenshot 2021-04-12 at 11 20 37

Table of contents

General info

This app is a loan simulator created with create-react-app.

Technologies

-ReactJS
-JavaScript
-HTML
-CSS
-Material-UI

Setup

To run this project, you will need Node.js and NPM installed.
You can check if you already have them installed by opening a terminal and running node --version and npm --version.
If numbers are printed, you're good to go.
If not, install them.

To run this project :

Run the following commands

$ git clone https://github.com/MayaAusset/loanSimulator.git 
$ cd loanSimulator
$ npm install
$ npm start

It will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About


Languages

Language:JavaScript 68.3%Language:CSS 17.0%Language:HTML 14.7%