added project

This commit is contained in:
Harivansh Rathi 2024-12-05 00:59:25 -05:00
parent bfc2e94ef4
commit 8551fa1f46

View file

@ -72,6 +72,16 @@ const Projects = () => {
], ],
github: "https://github.com/harivansh-afk/Habit-Tracker", github: "https://github.com/harivansh-afk/Habit-Tracker",
demo: "https://habit-tracker-2-eta.vercel.app/" demo: "https://habit-tracker-2-eta.vercel.app/"
},
{
title: "Guide To Austen",
description: [
"Developed an interactive web application offering a comprehensive guide to weddings, inspired by Jane Austen's works",
"Designed a dynamic timeline of wedding traditions using TypeScript and D3.js for smooth user interaction",
"Built custom visualizations for character relationship analysis and wedding etiquettes, optimizing for performance with Vite"
],
github: "https://github.com/harivansh-afk/ENGL-Final-Project",
demo: "https://guidetoausten.netlify.app/"
} }
]; ];
@ -94,4 +104,4 @@ const Projects = () => {
); );
}; };
export default Projects; export default Projects;