diff --git a/project-example/week-9/eventonica/README.md b/project-example/week-9/eventonica/README.md index d63b6f263..ecb5f9e67 100644 --- a/project-example/week-9/eventonica/README.md +++ b/project-example/week-9/eventonica/README.md @@ -6,7 +6,8 @@ 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 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 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.