From a9de5331ab315b2f1e98e44df05c7b9309b24bff Mon Sep 17 00:00:00 2001 From: Melamir <159623064+Melamir@users.noreply.github.com> Date: Sat, 10 Feb 2024 15:29:34 +0300 Subject: [PATCH] Update data.json --- backend/data.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/backend/data.json b/backend/data.json index cc226e1..fe14cff 100644 --- a/backend/data.json +++ b/backend/data.json @@ -1,11 +1,11 @@ { "devs": [ { - "name": "Holga Kilgore", + "name": "john doe", "links": { "github": "https://github.com/johndoe", "linkedin": "https://www.linkedin.com/in/johndoe", - "twitter": "https://twitter.com/johndoe" + "twitter": "https://twitter.com/johndoe" }, "stack": ["JavaScript", "React", "Node.js", "MongoDB"], "id": 1 @@ -39,6 +39,15 @@ }, "stack": ["JavaScript", "React", "Node.js", "MongoDB"], "id": 21 + { + "name": "Kimberly Amira", + "links": { + "github": "https://github.com/Melamir", + "linkedin": "https://www.linkedin.com/in/KimberlyAmiraI", + "instagram": "https://instagram.com/melan.in_madnss" + }, + "stack": ["JavaScript", "python", "html", "css"], + "id": 69 } ] }