Skip to content

Commit

Permalink
Publish CS 290 assignment 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Nov 13, 2024
1 parent 3e835df commit 311080c
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions src/data/courses/f24/cs290/assignments.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,22 @@ const assignments = {
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 4 – Simple Node.js-based server',
// due: {
// day: 'Monday, 11/20/2023',
// time: '11:59pm'
// },
// notes: [
// 'Code Blog link due **ON CANVAS** by assignment due date',
// '**This assignment will not be demoed. It will be graded offline.**'
// ]
// },
{
link : 'https://classroom.github.com/a/kSCkm_8E',
title: 'Assignment 4 – Simple Node.js-based server',
// due: {
// day: 'Monday, 11/20/2023',
// time: '11:59pm'
// },
notes: [
'**This assignment is completely optional and will not be graded.**'
// 'Preferred deadline: **Tuesday, 11/12/2024, 11:59pm**',
// 'Extension deadline: ~~Wednesday, 11/13/2024~~ **Thursday, 11/14/2024, 11:59pm** (no submissions after this)',
// 'Assignment and Code Blog entry due at the same time. **Submit Code Blog link on Canvas.**',
// 'Grading demo due: **Monday 11/25/2024, 11:59pm**',
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 5 – Express serving and Handlebars templating',
Expand Down

0 comments on commit 311080c

Please sign in to comment.