diff --git a/assets/images/lessons/ideabox/React-dev-tool.png b/assets/images/lessons/ideabox/React-dev-tool.png deleted file mode 100644 index 3ba25086..00000000 Binary files a/assets/images/lessons/ideabox/React-dev-tool.png and /dev/null differ diff --git a/assets/images/lessons/ideabox/React-dev-tools.png b/assets/images/lessons/ideabox/React-dev-tools.png new file mode 100644 index 00000000..d2de1e85 Binary files /dev/null and b/assets/images/lessons/ideabox/React-dev-tools.png differ diff --git a/module1/projects/dmv/assets/create pull request 1.png b/module1/projects/dmv/assets/create pull request 1.png new file mode 100644 index 00000000..71223638 Binary files /dev/null and b/module1/projects/dmv/assets/create pull request 1.png differ diff --git a/module1/projects/dmv/assets/create pull request 2.png b/module1/projects/dmv/assets/create pull request 2.png new file mode 100644 index 00000000..838dfd27 Binary files /dev/null and b/module1/projects/dmv/assets/create pull request 2.png differ diff --git a/module1/projects/dmv/submission.md b/module1/projects/dmv/submission.md index ae06390c..6e8ca1b6 100644 --- a/module1/projects/dmv/submission.md +++ b/module1/projects/dmv/submission.md @@ -9,9 +9,7 @@ _[Back to The DMV Home](./index)_ When you are finished, make sure your code is pushed up to your repository on Github. All the code for your submission should be on the main branch. Then, follow these steps to submit a Pull Request to the turingschool-examples repository: 1. Go to your projects Github page -1. Click the "New pull request" button ![Imgur](https://i.imgur.com/ETh0XEY.png) -1. Make sure the PR is from your main to the turingschool-examples main ![Imgur](https://i.imgur.com/EgWFj2U.png) +1. Click the "Contribute" button and click "Open Pull Request"![Create Pull Request from your repository](./assets/create%20pull%20request%201.png) +1. Make sure the PR is from your main to the turingschool-examples main +1. Put your name as the title of the PR ![Submit Pull Request](./assets/create%20pull%20request%202.png) 1. Click "Create pull request" -1. Put your name as the title of the PR ![Imgur](https://i.imgur.com/Ir9i5G2.png) -1. Click "Create pull request" -1. Fill out the linked form in the Project Due Date calendar event including a link to your PR. diff --git a/module1/projects/index.md b/module1/projects/index.md index 476e8a34..3acb201f 100644 --- a/module1/projects/index.md +++ b/module1/projects/index.md @@ -13,7 +13,7 @@ The project specs will be linked below as each project is assigned. Week 1-2 (Solo): [Flash Cards](./flashcards/) -Week 2-3 (Solo): TBD +Week 2-3 (Solo): [DMV](./dmv/) Week 3-4 (Paired): TBD diff --git a/module2/projects/coupon-codes/back_end_requirements.md b/module2/projects/coupon-codes/back_end_requirements.md index ce8aeaf3..bf6bfcb8 100644 --- a/module2/projects/coupon-codes/back_end_requirements.md +++ b/module2/projects/coupon-codes/back_end_requirements.md @@ -37,7 +37,9 @@ rails db:migrate Below is the expected JSON response for each request. We have also outlined a few examples of Sad Paths you may consider adding in. In your project, you should take time to implement at least 2 sad paths total, but you are not limited to the examples we provide. - diff --git a/module2/projects/index.md b/module2/projects/index.md index 061bf4f5..a0aa6fd2 100644 --- a/module2/projects/index.md +++ b/module2/projects/index.md @@ -10,8 +10,8 @@ The project specs will be linked below as each project is assigned. - Week 1-2 (FE Solo): [Hang In There (FE)](./hang_in_there) -- Week 3 (Paired): TBA - + +- Week 3 (Paired): [Hang In There API](./hang_in_there_api/) - Week 4-5 (Group): TBA - Week 5-6 (Final Solo): TBA diff --git a/module3/lessons/network_requests.md b/module3/lessons/network_requests.md index a9924c63..82c18c31 100644 --- a/module3/lessons/network_requests.md +++ b/module3/lessons/network_requests.md @@ -69,7 +69,7 @@ Using the [fetch API docs](https://developer.mozilla.org/en-US/docs/Web/API/Fetc * What does `fetch` always return? If the term is new to you, read further on what it is. -
+
-### Creating a React App with TypeScript +### Spinning up a React App with TypeScript Using Vite -If you're creating a TS React app from scratch, [this doc page](https://create-react-app.dev/docs/adding-typescript/) on starting TS with Create React App is very useful. It's more difficult to add in TS after the fact than to start fresh with TS from the start, but it can be done, of course. +If you're creating a TS React app from scratch, [this Vite doc page](https://vite.dev/guide/#scaffolding-your-first-vite-project) for starting up a TS React App using Vite will be very useful. It's more difficult to add in TS after the fact than to start fresh with TS from the start, but it can be done, of course. + +❌ [Create React App](https://create-react-app.dev/) used to be a common way to build a new create app but has since been deprecated. Vite is the modern preferred option.
## Conclusion diff --git a/module4/lessons/typescript-workshop.md b/module4/lessons/typescript-workshop.md index 9436a78c..8cb62a29 100644 --- a/module4/lessons/typescript-workshop.md +++ b/module4/lessons/typescript-workshop.md @@ -7,13 +7,13 @@ tags: JavaScript, JS, TypeScript, TS, React You will spend this time applying your knowledge of TypeScript to build a simple React app with TypeScript. -**1.** You should begin by creating a new React app with TypeScript by following the steps outlined in the [create-react-app docs](https://create-react-app.dev/docs/adding-typescript/). +**1.** You should begin by creating a new React app with TypeScript by following the steps outlined in the [Vite docs](https://vite.dev/guide/#scaffolding-your-first-vite-project). **2.** Once you've got your React with TypeScript app created, start building! You have choices here: -- Recreate the IdeaBox from last inning by following [this guide](https://curriculum.turing.edu/module3/lessons/react_ideabox). As you go, let the TypeScript errors guide you to make the necessary adjustments to your code. +- Recreate the IdeaBox from last inning by following [this guide](https://curriculum.turing.edu/module3/lessons/react_ideabox). This guide is for building an ideabox using React and JavaScript, not TypeScript. As you go, let the TypeScript errors guide you to make the necessary adjustments to your code. - Build anything you like. Get creative! Try to keep the scope super small - remember, you only have a few hours to work on this! -You can and shoud be collaborative during this time. Jump into study hall, ask questions in your code-help channel, use the internet, etc. This is meant to be time to practice your TS fundamentals - don't get disctracted by other things (like CSS). +You can and should be collaborative during this time. Jump into study hall, ask questions in your code-help channel, use the internet, etc. This is meant to be time to practice your TS fundamentals - don't get disctracted by other things (like CSS). **Have fun!**