Last active
March 7, 2026 12:55
-
-
Save dhruvSHA256/5506495830b9a6b9404934f125fdf579 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "plan": { | |
| "Mon": [ | |
| ["Chest Press", [8,8,8], ["","",""]], | |
| ["Lateral Raises", [12,12,12,12], ["5","5","5","5"]], | |
| ["Preacher Curl", [8,8,8], ["7.5","7.5","7.5"]], | |
| ["Forearm Curl", [8,8,8], ["7.5","7.5","7.5"]], | |
| ["Quad Extension", [8,8,8], ["","",""]] | |
| ], | |
| "Tue": [ | |
| ["Wide Grip Row", [8,8,8], ["","",""]], | |
| ["Rear Delt Fly", [8,8,8], ["","",""]], | |
| ["Tricep extension", [8,8,8], ["","",""]], | |
| ["Calf Raise", [15,15,15,15], ["","","",""]], | |
| ["Ham Curl", [15,15,15], ["","",""]] | |
| ], | |
| "Wed": [ | |
| ["Chest Fly", [8,8,8], ["","",""]], | |
| ["Lateral Raises", [12,12,12,12], ["","","","5"]], | |
| ["Bicep Curl", [8,8,8], ["","",""]], | |
| ["Forearm Curl", [8,8,8], ["","",""]] | |
| ], | |
| "Thu": [ | |
| ["Close Grip Row", [8,8,8], ["","",""]], | |
| ["Rear Delt Fly", [8,8,8], ["","",""]], | |
| ["Shrugs", [12,12,12], ["","",""]], | |
| ["Tricep extension", [8,8,8], ["","",""]], | |
| ["Calf Raise", [15,15,15,15], ["","","",""]] | |
| ], | |
| "Fri": [ | |
| ["Chest Fly", [8,8,8], ["","",""]], | |
| ["Lateral Raises", [12,12,12,12], ["","","","5"]], | |
| ["Bicep Curl", [8,8,8], ["","",""]], | |
| ["Forearm Curl", [8,8,8], ["","",""]] | |
| ], | |
| "Sat": [ | |
| ["Lat pulldown", [8,8,8], ["","",""]], | |
| ["Rear Delt Fly", [8,8,8], ["","",""]], | |
| ["Shrugs", [12,12,12], ["","",""]], | |
| ["Tricep extension", [8,8,8], ["","",""]], | |
| ["Calf Raise", [15,15,15,15], ["","","",""]] | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment