Skip to content

Commit

Permalink
chore: release assignment 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Destaq committed Oct 10, 2024
1 parent 8a604ca commit 603fed1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
22 changes: 22 additions & 0 deletions versioned_docs/version-2024fa/assignment3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
id: assignment3
title: Assignment 3
---

# Assignment

## Due Oct 23 by 11:59pm

Run the following command in an appropriate folder on your system:

```bash
pnpm dlx degit cornell-dti/trends-mono/frontend-hw-3-starter my-project-name
cd my-project-name
pnpm install
```

Then, see `src/Paginator.tsx` for instructions.

## Submission

Please submit to CMS your `Paginator.tsx` file.
4 changes: 4 additions & 0 deletions versioned_sidebars/version-2024fa-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
{
"type": "doc",
"id": "version-2024fa/assignment2"
},
{
"type": "doc",
"id": "version-2024fa/assignment3"
}
]
}
Expand Down

0 comments on commit 603fed1

Please sign in to comment.