LMU ☀️ CMSI 2021
WEB APPLICATION DEVELOPMENT
HOMEWORK #1 Due: 2022-09-15

Learning Objectives

With this assignment you will demonstrate:

Readings and Videos

Please:

Instructions

Submit in BrightSpace the link to your Replit or Code Sandbox-hosted repo.

The Project

You will be creating a web app for computing compound interest. The core of the page will have a form with input fields for principal, interest rate, number of times compounded per year, and the total number of years. As these values change, you will update fields showing the amount of money you earned, and the total amount.

In addition to the app working correctly, the following are required (as one goal of this assignment is to get you to actually use a large amount of HTML and CSS):

Build your site on either Replit or Code Sandbox. Test it well.

There are other requirements:

If you feel ambitious, you can generate a graph showing the growth of your investment. Feel free to use the D3.js Graph Gallery or Chart.js .