Skip to content
#

event-listener

Here are 19 public repositories matching this topic...

Adaptation of a vanilla JavaScript mini-project taken from a Traversy Media video tutorial. Practices involved: remembering to use toUpperCase() when building search bar input elements, traversing the DOM, using indexOf() > -1 to implement search functionality, a 'for' loop and an 'if/else' conditional statement

  • Updated Oct 7, 2019
  • HTML

An expanded version of a Traversy Media weight converter app. Using Bootstrap classes in the UI, this multi-unit conversion tool combines JavaScript 'if/else' conditional statements with the addEventListener() and setTimeout() methods to achieve a slim, uncluttered feel, resulting in a smooth and efficient user experience.

  • Updated Oct 9, 2019
  • HTML

EMI Calculator is the application which calculates the Monthly repayment of a loan based on the given Principal loan amount, Annual rate of interest and No. of months to pay loan. It's simple eventlistener based application which executes emiCalculator Function on every change in three of the input fields and shows a result per month EMI.

  • Updated Jan 9, 2024
  • HTML

Improve this page

Add a description, image, and links to the event-listener topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the event-listener topic, visit your repo's landing page and select "manage topics."

Learn more