CS 464P/564: Front End Web Technologies - Homework Repository

In this repository, you will find the starter files for the CS 464P/564: Front End Web Technologies homework assignments.

Homework Assignments

  • Homework 1 - Setup and Review
  • Homework 2 - CSS, Bootstrap, and JavaScript
  • Homework 3 - React and Charting Libraries

Check the Canvas classroom for more details on each assignment.

Setting Up The Homework Repository

For instructions on how to set up the homework repo, start with the 00-setup.md file in the hw1 folder.

Checking for Updates

This repository will be updated throughout the course. Always check to see if there are updates before starting any homework assingment. Make sure to pull any updates (use git pull <remote> <branch> to do so).