From 187c56c5f1df6aa6f319fbfcd8b13d6e4a32bc7f Mon Sep 17 00:00:00 2001 From: Anmol Sah <113588714+anmolsah@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:31:11 +0530 Subject: [PATCH 1/2] Add anmolsah.json with personal details and skills Added a JSON file containing personal information, skills, and social links for Anmol Sah. --- public/data/anmolsah.json | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 public/data/anmolsah.json diff --git a/public/data/anmolsah.json b/public/data/anmolsah.json new file mode 100644 index 00000000..42866e13 --- /dev/null +++ b/public/data/anmolsah.json @@ -0,0 +1,44 @@ +{ + "name": "Anmol Sah", + "location": "Siliguri", + "bio": "Full Stack Developer (MERN) | Frontend • Backend • Software Engineer", + "avatar": "https://github.com/anmolsah.png", + "portfolio": "https://my-portfolio2-0-fawn.vercel.app/", + "skills": [ "C++", + "JavaScript", + "TypeScript", + "HTML", + "CSS", + "SQL", + "React.js", + "Node.js", + "Express.js", + "Tailwind CSS", + "REST APIs", + "MongoDB", + "PostgreSQL", + "Firebase", + "Git", + "GitHub", + "Postman", + "Docker", + "Linux", + "Cloudinary", + "Supabase", + "Clerk Authentication", + "BullMQ", + "Redis", + "Data Structures & Algorithms", + "Object-Oriented Programming (OOP)", + "Problem Solving", + "Team Collaboration"], + "social": { + "GitHub": "https://github.com/anmolsah", + "Twitter": "https://x.com/anni_i29", + "LinkedIn": "https://www.linkedin.com/in/anmol-sah-551083238/", + "Email": "annifind010@gmail.com", + "Discord": "https://discord.com/channels/@me", + "LeetCode": "https://leetcode.com/u/anni_i29/", + "Unstop": "https://unstop.com/u/anmolsah3598" + } +} From afa4fbed23052ab0daad1f93f51483cb8e685ea0 Mon Sep 17 00:00:00 2001 From: Anmol Sah <113588714+anmolsah@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:40:58 +0530 Subject: [PATCH 2/2] Add 'anmolsah.json' to ProfilesList --- src/ProfilesList.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ProfilesList.json b/src/ProfilesList.json index 1d889902..9408720b 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -1,5 +1,6 @@ [ "codeaashu.json", + "anmolsah.json", "madhukalita.json", "amanpoddar-dev12.json", "shubhcoding01.json",