Giter Club home page Giter Club logo

loan-calculator-1's Introduction

Loan Calculator

This is a quick project to practice using JavaScript to create a calculator and add some functionality and change the styles based on User Interaction.

Credits

This project was created as a part of a Traversy Media JavaScript course.

Adjustments

My JS provides the same functionality, but has a few differences. As I would work on a function, and then check to see if I ended up with the functionality that I was looking for, all bugs and errors are my own.

Learning

As a part of learning how to fine-tune JavaScript, I looked for things that did not behave as expected.

Some things that were found and addressed include:

  1. The calculator appeared to be processing before, during and after alerts. This was due to the loading gif showing up before the alert popped up, and the gif remained showing, even while the alert was displayed. To resolve this, I added a call to the function that hides the gif when the function to show the alert is called.

  2. Multiple alerts were showing if the button was clicked more than once, as they were being added dynamically using JavaScript when submit was triggered if on of the entry boxes was empty. This was remedied by extracting the block of code that creates the message into its own function, and then calling that function if there is not already an alert present.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.