From 8551fa1f4661d1ac05e534b5460bc51f74317cd0 Mon Sep 17 00:00:00 2001 From: rathi Date: Thu, 5 Dec 2024 00:59:25 -0500 Subject: [PATCH] added project --- src/components/Projects.jsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/Projects.jsx b/src/components/Projects.jsx index bb6217b..dde784f 100644 --- a/src/components/Projects.jsx +++ b/src/components/Projects.jsx @@ -72,6 +72,16 @@ const Projects = () => { ], github: "https://github.com/harivansh-afk/Habit-Tracker", 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; \ No newline at end of file +export default Projects;