Skip to content

Commit

Permalink
Merge branch 'main' into eventonica1
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaraj7 authored Sep 19, 2022
2 parents 6abcadc + bf7d713 commit cd13bbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion project-example/week-9/eventonica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion projects/final-project/planning-your-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion projects/react-game.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cd13bbb

Please sign in to comment.