Skip to content

Commit

Permalink
Publish CS 492 assignment 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Jan 17, 2024
1 parent a9ab678 commit 5a403a0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/data/courses/w24/cs492/assignments.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
const assignments = {
title: 'Assignments',
assignments: [
// {
// link : '',
// title: 'Assignment 1 – A basic RecyclerView-based weather app',
// due: {
// day: 'Monday, 1/30/2022',
// time: '11:59pm'
// },
// notes: [
// 'Demo due by 11:59pm, Monday 2/13/2022'
// ]
// },
{
link : 'https://classroom.github.com/a/eKbRLvSZ',
title: 'Assignment 1 – A basic RecyclerView-based weather app',
due: {
day: 'Wednesday, 1/31/2024',
time: '11:59pm'
},
notes: [
'Demo due by 11:59pm, Monday 2/19/2024'
]
},
// {
// link : '',
// title: 'Assignment 2 – A weather app with internet connectivity and multiple activities',
Expand Down

0 comments on commit 5a403a0

Please sign in to comment.