From ed7750ee55fd2a46e47fd14d3577a26e260dc6a8 Mon Sep 17 00:00:00 2001 From: ChuqiaoHuang Date: Sun, 20 Apr 2025 18:49:42 -0400 Subject: [PATCH] Add The Odin Project to the project list --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index bfe9fcd..71718e1 100644 --- a/data.json +++ b/data.json @@ -1139,6 +1139,15 @@ ], "description": "Collaborative cheatsheets for console commands." }, + { + "name": "The Odin Project Curriculum", + "link": "https://github.com/TheOdinProject/curriculum", + "label": "help-wanted", + "technologies": [ + "Markdown" + ], + "description": "An open-source curriculum for learning full-stack web development." + }, { "name": "Ravada", "link": "https://github.com/UPC/ravada",