Commit Changes

As with any SDLC practice, you should ensure your changes behave as expected and that we do not push broken code. For this app, you can "run a local build" of the HTML page by opening it in your browser. If it looks as you expected, we are ready to move forward.

When you think you are done with your work, you should commit the change to your branch (commits can be modified later through a rebase or during the PR merge). The next step will involve bringing in the latest version of the repository, but we must commit first otherwise Git could overwrite our own changes.

If you need, refer to the Git workflow and commands.