From 41f55be3d2629a91895128b71a9d04e01310787d Mon Sep 17 00:00:00 2001 From: salma syed <112183807+salmasyed1909@users.noreply.github.com> Date: Sat, 4 Jan 2025 11:43:37 +0530 Subject: [PATCH 1/2] Update projects.json Signed-off-by: salma syed <112183807+salmasyed1909@users.noreply.github.com> --- DB/projects.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DB/projects.json b/DB/projects.json index 58b7fe32..35e59efe 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -25,6 +25,17 @@ "tech": ["svelte", "sveltekit", "tailwindcss", "libsodium", "msgpackr", "typescript"] } ] + }, + { + "github_username": "salmasyed1909", + "Projects": [ + { + "github_url": "https://github.com/salmasyed1909/chatbot-project", + "title": "Chatbot-project", + "description": "mini chatbot", + "tech": ["python","NLP","Machine learning"] + } + ] }, { "github_username": "Uzumaki4303", From b582de11dea3ed643bc07ae22203027801910c1d Mon Sep 17 00:00:00 2001 From: salma syed <112183807+salmasyed1909@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:32:27 +0530 Subject: [PATCH 2/2] Update projects.json Signed-off-by: salma syed <112183807+salmasyed1909@users.noreply.github.com> --- DB/projects.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DB/projects.json b/DB/projects.json index 35e59efe..e8551e4a 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -34,6 +34,12 @@ "title": "Chatbot-project", "description": "mini chatbot", "tech": ["python","NLP","Machine learning"] + }, + { + "github_url": "https://github.com/salmasyed1909/MY_PORTFOLIO", + "title": "portfolio", + "description": "DEScribes about me", + "tech": ["HTML","CSS","JavaScript"] } ] },