Step 1

Similar to the previous lesson, this one is designed as a coding exercise. However, we will spend some time exploring the starter code.

Clone the starter code:

git clone https://github.com/cs280fa22/05-payment-app-starter

The starter code contains the following files:

  • .gitignore
  • .nojekyll
  • Luhn Algorithm.pdf
  • README.md
  • index.html
  • script.js

We will review the index.html and script.js files in the following sections.