This is the lab for CS 408 Module 2. This project utilizes the web-dev-starter template and adds small changes to it.
To get started, clone this repository and run the following commands:
npm installThis will install the necessary dependencies for the project.
It is recommended to use the VSCode Live Server extension to run the project locally. This will allow you to see changes in real-time as you make them. There is no need to run a build process or refresh the page manually. Additionally, you do not need to setup a local server to run the project.
To run the tests for the project, run the following command:
npm test