Skip to content

Commit

Permalink
Add a note to turdle project about using the TypeScript starter branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalikoze committed May 24, 2024
1 parent 0e7a463 commit 5bc63bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion projects/module-2/turdle.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ This is ungraded, so there is no pressure on today and no need to rush. Get as f
## Set Up
Open up [the starter repo](https://github.com/turingschool-examples/turdle){:target='blank'} and follow the directions in the README. Complete the following iterations in order.

<section class="note">
### 🌶️ Looking For a Way To Spice It Up? 🌶️

If you want an opportunity to practice TypeScript even more and see how it can be utilized with DOM manipulation, you can start the exercise by checking out the `ts-starter` branch of the repo. This will give you a head start on the TypeScript version of the project. The following iterations will be the same, but you'll be required to use TypeScript to complete them.
</section>

## Iterations
<section class="answer">
### Iteration 0 - Explore
Expand Down Expand Up @@ -91,7 +97,7 @@ Now let's implement a POST so that the game stats persist even when the applicat

You should POST the stats when the game is over (win or lose) and you should GET the game stats when the user clicks on the **stats** button in the nav bar.

If you need a refresher on POSTing, review [the POST lesson](https://frontend.turing.edu/lessons/module-2/network-requests-posts.html){:target='blank'}!
This iteration will require pre-reading the [the POST lesson](https://frontend.turing.edu/lessons/module-2/network-requests-posts.html){:target='blank'}!
</section>

<section class="answer">
Expand Down

0 comments on commit 5bc63bb

Please sign in to comment.