diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..f58fc0f205 --- /dev/null +++ b/progress.json @@ -0,0 +1,74 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787165481.985855, + "completed_at": 1787165485.129178, + "comments": [ + "There are no grocery list items removed from the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787165534.976468, + "completed_at": 1787165536.630378, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787163585.987464, + "completed_at": 1787163587.672406, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "remote-control", + "started_at": 1787210483.048908, + "completed_at": 1787210538.318776, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787211738.779636, + "completed_at": 1787211740.994989, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787212660.282598, + "completed_at": 1787212664.882558, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787213397.754853, + "completed_at": 1787213400.865671, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787214577.25766, + "completed_at": 1787214580.343435, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + } +] \ No newline at end of file