Assignment 13
Due
Submitting your homework
To submit the assignment, please visit Canvas
[CANVAS URL MISSING!]
and submit the URL to your final commit that you want us to grade.
A commit URL looks like https://github.com/designftw/hw11-username/commit/b59f14ba05869b3067724aa6d2006667a54c8e7d
.
You can submit as many times as you want.
This is important. Your homework is not submitted and is accruing slack hours until you do this!
To make sure your homework is graded correctly, please follow the following:
- Please make sure each of your exercise directories are self contained, i.e. that you don't reference any files outside of the directory (e.g. from your repo root or other exercises). While having a common assets directory for all your exercises might be a good idea in general, we extract each exercise directory separately (as it may be graded by different people), and that will result in your pages not working correctly.
- Do not use root-relative URLs (URLs that start with
/
) or absolutelocalhost
URLs, as these require the grader to run a local server at a specific directory within your repo. If for some reason you cannot avoid it, please document it in a README otherwise links may be broken for whomever is grading your homework.
If you submit after the deadline, it will count towards your slack hours.
Exercise 1: Chat app final submission (100%)
Submit your completed chat application, using the same method as you did for Assignment 12.
Deliverable: Your customized prototype of the chat/messaging app in chat-client
directory (if your directory is called chat-app
, please simply rename it).
In addition, an HTML file with a description of the design you are turning in: what problem it is intended to address and how it does so. Put this writeup also in the chat-client
directory in file hw13-writeup.html
.
We will not release a new Github classroom assignment repo for this app. Continue working with the hw11 repository that you have already been using and simply submit a new commit URL for that repository when you wish to submit.