Skip to content

Commit

Permalink
Publish CS 493 assignment 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Apr 5, 2024
1 parent 3d945a0 commit ec15867
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/data/courses/sp24/cs493/assignments.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
const assignments = {
title: 'Assignments',
assignments: [
// {
// link : '',
// title: 'Assignment 1 – API design and server implementation',
// due: {
// day: 'Monday, 4/24/2023',
// time: '11:59pm'
// },
// notes: [
// 'Demo due by 11:59pm on Monday, 5/8/2023',
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
// ]
// },
{
link : 'https://classroom.github.com/a/bNowVEj8',
title: 'Assignment 1 – API design and server implementation',
due: {
day: 'Monday, 4/22/2024',
time: '11:59pm'
},
notes: [
'Demo due by 11:59pm on Monday, 5/6/2024',
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 2 – API data storage',
Expand Down

0 comments on commit ec15867

Please sign in to comment.