Skip to content

Commit 93d6e9f

Browse files
authored
Update Projects.astro
1 parent 5a02263 commit 93d6e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Projects.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const projects = [
2424
content:
2525
"It is an ambulance summoning device for health emergencies. Health emergency detection using Pulse-oximeter sensor and a medical history record system. Built during Young Innovators program (K-DISC) '22 and Samsung Solve for Tomorrow '22. Used Arduino, Flutter, NodeMCU, Firebase API and sensors. It is a device that can be installed in a car and can be used to summon an ambulance in case of an emergency. It uses a heart rate sensor to detect the heart rate of the driver and if it detects a heart attack, it automatically sends a message to the nearest hospital and the ambulance is dispatched.",
2626
lastUpdated: "2023-02-14",
27-
completed: false,
27+
completed: true,
2828
links: [],
2929
technologies: ["Arduino", "Flutter", "NodeMCU", "Firebase API", "Sensors"],
3030
},
@@ -35,7 +35,7 @@ const projects = [
3535
content:
3636
"A portal for registering freshers for the college. Built using MERN stack. It is a portal for registering freshers for the college. It has a login system for the admin and the students. The admin can add, delete and update the students. The students can register themselves and download the registration and declaration forms as a PDF file after registration.",
3737
lastUpdated: "2023-08-13",
38-
completed: false,
38+
completed: true,
3939
links: [{ title: "website", url: "http://register.mec.ac.in/" }],
4040
technologies: ["React", "NodeJS", "ExpressJS", "MongoDB", "Bootstrap"],
4141
},

0 commit comments

Comments
 (0)