Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 833 Bytes

File metadata and controls

19 lines (11 loc) · 833 Bytes

CS 465P/565: Full Stack Web Development - Homework Repository

In this repository, you will find starter files for the homework assignments for CS 465P/565: Full Stack Web Development. Check Canvas for more details on each assignment.

Homework Assignments

  • Homework 1 - Setup and JavaScript
  • Homework 2 - JavaScript and Node.js
  • Homework 3 - Express and Templating Engines

Check Canvas for more information on each assignment.

Setting Up The Homework Repository

For instructions on how to set up the homework repository, start with the instructions.md file.

Checking for Updates

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>.