From d553d94d72d9c41b994aa9e9c1d27b29a29dfd4d Mon Sep 17 00:00:00 2001 From: Travis Rollins Date: Tue, 28 May 2024 10:32:32 -0700 Subject: [PATCH] Update spec for FitLit Part 2 to include TypeScript track --- projects/module-2/fitlit-part-two-agile.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/projects/module-2/fitlit-part-two-agile.md b/projects/module-2/fitlit-part-two-agile.md index 265d1f67..c08b5ef2 100644 --- a/projects/module-2/fitlit-part-two-agile.md +++ b/projects/module-2/fitlit-part-two-agile.md @@ -119,7 +119,13 @@ Make proper error handling for your users to ensure they GET data and submit the ## Iteration 7 - Differentiation Tracks -Instructors will assign each team **one** of these tracks to work through. +Your team will choose **one** of the following tracks to work through. Please DM your instructor the track you would like to work on by **EOD on Monday**. *Remember to include the "definition of done" for your track in your DM.* + +
+### Add TypeScript + +Add type checking to your application using TypeScript. Setup instructions for adding TypeScript to your project are noted in the [starter kit's README](https://github.com/turingschool-examples/fitlit-starter-kit){:target='blank'}. +
### Step Challenge