Skip to content

Commit 3774370

Browse files
authored
feat: adds lesson_05 homework and lesson_06 pre-work (#164)
* feat: adds lesson_05 homework and lesson_06 pre-work Signed-off-by: Anthony D. Mays <[email protected]> * chore: fix capitalization Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 566fe70 commit 3774370

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

lesson_05/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,22 @@ Please review the following resources before lecture:
1313

1414
## Homework
1515

16-
- TODO(anthonydmays): Write details here.
16+
- [ ] Write [user stories](#writing-user-stories).
17+
- [ ] [Submit a new bug](#submitting-bugs) to the repository.
18+
- [ ] Do pre-work for [lesson 06](/lesson_06/).
19+
20+
### Writing user stories
21+
22+
Write three user stories for any software of your choosing, existing or totally made up. Provide your responses in a README file that you create within your own uniquely named directory.
23+
24+
### Submitting bugs
25+
26+
Find three bugs in the [UTasks online todo app][buggy-app] (need to create an account). Write up two GitHub issues in our Code Differently repository containing the following elements:
27+
28+
* A brief description of the problem.
29+
* Detailed steps to reproduce the issue in a numbered list.
30+
* The outcome you expected as a result of doing the steps.
31+
* The actual result you got that was unexpected.
32+
* At least one of your bugs must include a screenshot.
33+
34+
[buggy-app]: https://utasks-main.web.app/

lesson_06/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Lesson 06: Statements and Variables ([Slides](https://code-differently.github.io/code-differently-24-q4/slides/#/lesson_06))
2+
3+
## Pre-work
4+
5+
Please review the following resources before lecture:
6+
7+
* [Typescript for Beginners - Starter Lesson (Video)](https://www.youtube.com/watch?v=MOO5vrtTUTE&list=PL0Zuz27SZ-6NS8GXt5nPrcYpust89zq_b&index=1)
8+
9+
## Homework
10+
11+
- TODO(anthonydmays): Add details

0 commit comments

Comments
 (0)