From 16527275205eb144629ea6420aebd9ee6f8e1366 Mon Sep 17 00:00:00 2001 From: Michelle Glauser Date: Fri, 16 Sep 2022 15:35:01 -0700 Subject: [PATCH 1/3] Fix capitalization. --- project-example/week-9/eventonica/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-example/week-9/eventonica/README.md b/project-example/week-9/eventonica/README.md index a1cedf0b8..05371bcd1 100644 --- a/project-example/week-9/eventonica/README.md +++ b/project-example/week-9/eventonica/README.md @@ -6,7 +6,7 @@ In this project, you'll make a web app to manage events. You'll work on this project over the next several days. The features will remain the same but as you learn more libraries and techniques, you'll integrate those into the app. By the end you'll have built a full-stack web app with React and a database. -## Project Goals (YOu will not be able to do everything, choose the things you need extra practice on!) +## Project Goals (You will NOT be able to do everything, so choose the things you need extra practice on!) ### Technology From 1a1fbea5cddfdd002e1c513aa87accc101eda63f Mon Sep 17 00:00:00 2001 From: Michelle Glauser Date: Fri, 16 Sep 2022 17:50:54 -0700 Subject: [PATCH 2/3] Add Balsamiq. --- projects/final-project/planning-your-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/final-project/planning-your-project.md b/projects/final-project/planning-your-project.md index 3ea62ee03..8728ad0c8 100644 --- a/projects/final-project/planning-your-project.md +++ b/projects/final-project/planning-your-project.md @@ -45,7 +45,7 @@ Here's an example wireframe: ![Wireframe example](./wireframe.png 'Wireframe example') -- [ ] For each of your pages, create a wireframe that reflects the user flow you’ve already sketched. Label content where triggers for another page can be activated (as outlined in your user flow sketch). +- [ ] For each of your pages, create a wireframe that reflects the user flow you’ve already sketched. Label content where triggers for another page can be activated (as outlined in your user flow sketch). One tool that could be useful for creating your wireframe is [Balsamiq](https://balsamiq.com/). ### Data Model From bf7d7138354b1b356cb778c8b56af2e442090102 Mon Sep 17 00:00:00 2001 From: Michelle Glauser Date: Fri, 16 Sep 2022 18:10:10 -0700 Subject: [PATCH 3/3] Add instructions to avoid hangman. --- projects/react-game.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/react-game.md b/projects/react-game.md index 24cff4b9e..75dd6d4e1 100644 --- a/projects/react-game.md +++ b/projects/react-game.md @@ -6,7 +6,7 @@ You've now learned enough React to create a game!. This project is to practice f ### General guidelines for projects: -You are welcome to rewrite the game you made last week in React or to make a different one. Here is some [examples](https://bg.reactjs.org/community/examples.html). +You are welcome to rewrite the game you made last week in React or to make a different one. Here are some [examples](https://bg.reactjs.org/community/examples.html). Please do not select hangman because of its racist origins. I would recommend starting your app in codeSandbox, codePen, replit.com, etc. Then toward the end of the week when we learn how to build React apps locally copy your files to your local drive.