Skip to content

Commit dee5d58

Browse files
committed
ecommerce
1 parent 563594c commit dee5d58

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

constants.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,17 @@ export const projectsData: Project[] = [
112112
title: "Music Player Web App",
113113
description: "A sleek and responsive music player web application that allows users to play, pause, and skip tracks. Built with HTML, CSS, and JavaScript.",
114114
tech: ["HTML", "CSS", "JavaScript"],
115-
imageUrl: "./images/image.png",
115+
imageUrl: "./images/music-player.png",
116116
demoUrl: "https://thughari.github.io/music-player/",
117117
githubUrl: "https://github.com/thughari/music-player"
118+
},
119+
{
120+
title: "fastkart - E-commerce Website",
121+
description: "A sleek and responsive e-commerce website built with modern web technologies to provide a seamless shopping experience. Features include product listings, shopping cart functionality.",
122+
tech: ["HTML", "CSS", "JavaScript"],
123+
imageUrl: "./images/fastkart.png",
124+
demoUrl: "https://thughari.github.io/fastkart-multipurpose-ecommerce-html-template/",
125+
githubUrl: "https://github.com/thughari/fastkart-multipurpose-ecommerce-html-template"
118126
}
119127
];
120128

public/images/fastkart.png

1.58 MB
Loading

0 commit comments

Comments
 (0)