In this repository, you will find starter files for the homework assignments for CS 465P/565: Full Stack Web Development. Check the Canvas classroom for more details on each assignment.
- Homework 1 - Setup and JavaScript
- Homework 2 - JavaScript
- Homework 3 - Node.js
- Homework 4 - Express and Templating Engines
Check Canvas for more information on each assignment.
For detailed instructions on how to set up the homework repo, start with the instructions file in the hw1 folder.
This repository will be updated throughout the course. Always check to see if there are updates before starting any homework assingment. If there are updates, make sure to pull them. To do so, run git pull <remote> <branch>
.