This is a static website that calculates simple interest based on the principal amount, rate of interest, and time period provided by the user.
You can access the live version of the website here.
- Simple and clean user interface.
- Real-time calculation of simple interest.
- Responsive design for all devices.
- Enter the Principal Amount in the input field.
- Enter the Rate of Interest.
- Enter the Time Period in years.
- Click on the Calculate button to see the result.
- HTML5: Structure of the web pages.
- CSS3: Styling and layout of the website.
- JavaScript: Handling the calculation logic.
To view the project locally:
- Clone this repository:
git clone https://github.com/RanjanWorks/simpleIntrest.git