Skip to content

A change calculator that provides the amount of change due in US currency note denominations and coins.

License

Notifications You must be signed in to change notification settings

TheDevCodingKen/my-change-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the source code for My Change Calculator.

The purpose of this project was to develop my understanding of programming and how web pages are built.

Steps Taken:

  1. Learn the Document Object Model (DOM) and utilize the API with JavaScript.
  2. Clone a set of files from GitHub.
  3. Utilize basic looping and conditionals in JavaScript to add user interactivity.
  4. Utilize the CSS framework to define and then design the layout.
  5. Conduct TDD (Test Driven Development) by writing code that passes HTML and JavaScript tests based on Mocha test framework.
  6. Push my project into a GitHub repository.

Contents of this site are © Copyright 2022 TheDevCodingKen. All rights reserved.

About

A change calculator that provides the amount of change due in US currency note denominations and coins.

Topics

Resources

License

Stars

Watchers

Forks