mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-15 13:03:46 +00:00
added link to website for habit tracker
This commit is contained in:
parent
48b062a6a2
commit
f160eaadac
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ const Projects = () => {
|
|||
"Optimized front-end performance with TypeScript and Vite, reducing build times and runtime errors"
|
||||
],
|
||||
github: "https://github.com/harivansh-afk/Habit-Tracker",
|
||||
demo: "#" // Replace with actual demo link
|
||||
demo: "https://habit-tracker-nine-zeta.vercel.app/"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ const Projects = () => {
|
|||
>
|
||||
Projects and Research Work
|
||||
</motion.h2>
|
||||
|
||||
|
||||
<div className="max-w-3xl mx-auto">
|
||||
{projects.map((project, index) => (
|
||||
<ProjectCard key={index} {...project} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue