Homework 1: Web dev basics
- Due Sep 6, 2022 by 9:20am
- Points 1
Read the syllabus (posted on the front page of Canvas). Make sure you understand the structure of the class, the course policies, and the grading (specifically, specifications grading and grade bundles).
Next, watch these videos:
- HTML, CSS, and JavaScript overview Links to an external site.
- Making a simple todo list app: Tododles Links to an external site.
- Using a JavaScript library to sort our todo list Links to an external site.
- Interactive web pages / jQuery Links to an external site.
Finally, extend the Tododles example by adding support for a new todo list item column called "Category" and make this column sortable. This should be a text-based column (not numeric). You can find the code in the course code folder (see the main Canvas page for a link).
Submit your homework by committing it to you GitHub repository. It should be in the folder: homework/hw1/index.html.