mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-16 12:03:26 +00:00
added project
This commit is contained in:
parent
bfc2e94ef4
commit
8551fa1f46
1 changed files with 11 additions and 1 deletions
|
|
@ -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;
|
||||
export default Projects;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue