Skip to content

Commit b033f18

Browse files
authored
Merge pull request #2036 from parikhitritgithub/dev4
Adding a BMI calculator to all site section
2 parents 91e20e2 + bc83809 commit b033f18

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/data/showcase/BMI-calculator.png

48.5 KB
Loading

src/data/userData.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,18 @@ export const Users: User[] = [
227227
tags: ["opensource", "portfolio", "react", "typescript", "mdx"],
228228
},
229229

230+
// BMI Calculator
231+
232+
{
233+
title: "BMI Calculator",
234+
description:
235+
"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 .",
236+
preview: require("./showcase/BMI-calculator.png"),
237+
website: "bmi-calculator-liart-five.vercel.app",
238+
source: "https://github.com/parikhitritgithub/BMI-Calculator",
239+
tags: ["opensource", "javascript", "html", "css",],
240+
},
241+
230242
// Gemini AI Chatbot
231243

232244
{

0 commit comments

Comments
 (0)