Skip to content

Commit

Permalink
fix typos and errors
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Jun 7, 2024
1 parent 87da05b commit 0f14822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions notes/part03/assignment03.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Assignment 2
# Assignment 3

Your Assignment 2 work should be done in the general assignment repo you accepted last week. If you haven't yet accepted it, you can [do so here](https://classroom.github.com/a/aS7pjGjo).
Your Assignment 3 work should be done in the general assignment repo you accepted last week. If you haven't yet accepted it, you can [do so here](https://classroom.github.com/a/aS7pjGjo).

## Details

Expand Down Expand Up @@ -29,6 +29,7 @@ For the third assignment, you’ll be adding more functionality to your member w
6. Basic styling. (Do not spend too much time on this, and re-use as much as you’d like from Assignment 1! You will not be graded on Unit 1 material.)

7. Something cool and extra! This is wide open for you to explore, and try to push your knowledge and boundaries. **Must use Unit 3 technology to complete this requirement.**

For example:
- Ability to edit a member(PUT or PATCH)
- Ability to fetch extra information when the member is clicked (not already fetched from server)
Expand All @@ -41,7 +42,6 @@ It’s up to you! We’re hoping that you’ll use the above requirements as a g

You should be ready to demo this to a TA during your second week lab, and should be ready to answer questions about the technology, as well as explain what you’ve done.


HAVE FUN!!!

## Grading Rubric
Expand Down
5 changes: 3 additions & 2 deletions notes/part03/workship03.md → notes/part03/workshop03.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ Below are the slides from today's class embedded and [linked here]().

## Pre-Workshop Tasks

Your pre-workshop work will ensure that you’re set up for our in-class activities this Saturday! It should take about 5 minutes (or less), and if you do get stuck, ask your TAs in lab, or post in the #workshop-3 channel.
Your pre-workshop work will ensure that you're set up for our in-class activities this Saturday!
It should take about 5 minutes (or less), and if you do get stuck, ask your TAs in lab, or post in the #workshop-3 channel.

1. Install node if you haven’t already. You should already have it though.
2. Create a new folder for your backend server and cd into it, run `npx express-generator --no-view`
3. This will setup a basic express application that we will work from during the workshop.
4. Run an `npm install && npm run start` to start the express application.
5. Navigate to `http://localhost:3000` to ensure that it is running.
6. (Optional) Install Postman
6. (Optional) Install Postman.
7. (Optional) Familiarize yourself with this repo. This will be the frontend that will be used during class.

That's it !
Expand Down

0 comments on commit 0f14822

Please sign in to comment.