Skip to content

Commit 9ee6c2a

Browse files
committed
global update
1 parent 982aa3d commit 9ee6c2a

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

src/DB/projects.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4307,5 +4307,34 @@
43074307
"maker_image": "https://github.com/abhishekkumar62000.png"
43084308
}
43094309
]
4310+
},
4311+
{
4312+
"github_username": "shre167",
4313+
"Projects": [
4314+
{
4315+
"github_url": "https://github.com/shre167/MedSense",
4316+
"live_url": "https://medsense-1.onrender.com/",
4317+
"title": "MedSense",
4318+
"description": "MedSense is a health-focused project I developed to assist individuals in managing their medications more efficiently and safely.",
4319+
"tech": ["Flask", "Python", "HTML", "AI/ML Models"],
4320+
"maker_image": "https://github.com/shre167.png"
4321+
},
4322+
{
4323+
"github_url": "https://github.com/shre167/financely",
4324+
"live_url": "https://financely-u3af-pjb5qsk5f-shreya-samals-projects.vercel.app/",
4325+
"title": "Financely",
4326+
"description": "A financial management app for tracking, categorizing, sorting, and searching transactions with real-time updates. Built using React, Express, and Firebase, it enables seamless transaction management with import/export features.",
4327+
"tech": ["React", "Express", "Firebase"],
4328+
"maker_image": "https://github.com/shre167.png"
4329+
},
4330+
{
4331+
"github_url": "https://github.com/shre167/split-ease-app",
4332+
"live_url": "https://split-ease-app.vercel.app/",
4333+
"title": "SplitEase - UPI Powered Smart Expense Manager",
4334+
"description": "A full-stack web app that simplifies group and personal expense tracking with real-time UPI integration. Features include smart splitting, borrowing requests, QR-based payments, currency preferences, monthly insights, and an AI assistant for queries.",
4335+
"tech": ["Vite", "TypeScript", "React", "Tailwind CSS"],
4336+
"maker_image": "https://github.com/shre167.png"
4337+
}
4338+
]
43104339
}
43114340
]

src/Page/ProjectShowcase.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ const ProjectCard = ({ project }) => {
399399
</a>
400400
{live_url && (
401401
<a
402-
href={github_url}
402+
href={live_url}
403403
target="_blank"
404404
rel="noreferrer"
405405
className="flex items-center text-sm text-[#00a6fb] hover:underline"

0 commit comments

Comments
 (0)