Skip to content

Commit e86c204

Browse files
add all
1 parent aa1e805 commit e86c204

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/data/showcase/BMI-calculator.png

48.5 KB
Loading

src/data/userData.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,15 @@ export const Users: User[] = [
226226
source: "https://github.com/Ajay-Dhangar/ajay-dhangar.github.io",
227227
tags: ["opensource", "portfolio", "react", "typescript", "mdx"],
228228
},
229+
// BMI Calculator
230+
231+
{
232+
title: "BMI Calculator",
233+
description:
234+
"A BMI Calculator is a tool that quickly determines body mass index from a person's weight and height, categorizing results into underweight, normal weight, overweight .",
235+
preview: require("./showcase/BMI-calculator.png"),
236+
website: "bmi-calculator-liart-five.vercel.app",
237+
source: "https://github.com/parikhitritgithub/BMI-Calculator",
238+
tags: ["opensource", "javascript", "html", "css",],
239+
},
229240
];

0 commit comments

Comments
 (0)