Skip to content

Commit

Permalink
Publish CS 492 assignment 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Feb 6, 2024
1 parent d9c9e1c commit 851f58c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/data/courses/w24/cs492/assignments.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ const assignments = {
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 2 – A weather app with internet connectivity and multiple activities',
// due: {
// day: 'Monday, 2/13/2023',
// time: '11:59pm'
// },
// notes: [
// 'Demo due by 11:59pm, Monday 2/27/2023'
// ]
// },
{
link : 'https://classroom.github.com/a/XsvULgb_',
title: 'Assignment 2 – A lifecycle-aware weather app with internet connectivity',
due: {
day: 'Monday, 2/19/2024',
time: '11:59pm'
},
notes: [
'Demo due by 11:59pm, Monday 3/4/2024',
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 3 – A lifecycle-aware weather app with user preferences',
Expand Down

0 comments on commit 851f58c

Please sign in to comment.