This project provides a Google Sheets script that creates a user-friendly interface to track childhood development milestones based on data from the CDC as of October 2024. The script generates individual sheets for each age group, automatically organizing milestones into categories with checkboxes for tracking progress and notes for additional information.
Source: CDC Milestone Moments Checklist
-
Prepare the Google Sheet:
- Open a new or existing Google Sheet.
- Click on
Extensions
->Apps Script
to open the Google Apps Script editor.
-
Copy the Script:
- Copy the provided Google Apps Script code from
Code.gs
into the Apps Script editor. - The JSON file URL is already embedded in the code, so no changes are necessary.
- Copy the provided Google Apps Script code from
-
Run the Script:
- Save the script by clicking 💾 or pressing
Ctrl + S
. - Click
▶️ to run the script.
- Save the script by clicking 💾 or pressing