Welcome to the CMU WebApps course website. For details about this course, please see our syllabus and course calendar.
To access the course servers, you will need to login with your Andrew identity.
When you are enrolled in this course, you will be able to access the following websites:
  1. Canvas – lecture slides, homework assignments, and links to lecture videos (on Panopto), sample code (on GitHub) and quizzes (on various platforms)
  2. Piazza – Q&A and course announcements
  3. GitHub – access to sample code shown in lecture and homework submission
  4. AutoGrader – our homework grading server
  5. Homework #0 – lets you provide your GitHub username so we can create a GitHub repository for you to use in this course – if you do not have a GitHub account, go to https://github.com to create one before doing HW#0
  6. html_examples – example HTML files shown in class
  7. javascript_examples – example JavaScript files shown in class
  8. intro – A few simple, "HelloWorld-like" examples
  9. hidden – An example showing the use of hidden fields.
  10. shared – A "shared" to do list example. All users will see the same list.
  11. private – A "private" to do list example. Each browser instance will have its own list.
  12. addrbook – an Address Book that demonstrates the user of forms, and logging in -- Note: the address book is not stored in database (just memory), however, the user list (from registering) is stored in the database.
  13. quiz8 – Quiz #8
Other links will be added to this list as they are discussed in class.