-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
23 lines (23 loc) · 1.17 KB
/
Copy pathdata.js
File metadata and controls
23 lines (23 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export const projectData = [
{
title: "Blog Preview Card",
description: "This project is a preview of a blog card component. It can be used on a blog page to display blog posts.",
image: "./assets/Blog-Preview-page.avif",
liveLink: "./blog-preview-card-main/index.html",
codeLink: "https://github.com/PradipSable07/Frontend-Practice-Projects/tree/main/blog-preview-card-main"
},
{
title: "QR Code Component",
description: "A QR code component preview for different use cases. It can be used for landing pages and information sharing.",
image: "./assets/QR-main.avif",
liveLink: "./qr-code-component-main/index.html",
codeLink: "https://github.com/PradipSable07/Frontend-Practice-Projects/tree/main/qr-code-component-main"
},
{
title: "Profile Card Component",
description: "This project is a preview of a profile card component. It can be used on a profile page to display profile information.",
image: "./assets/Screenshot-2024-10-18-at-09.58.22.avif",
liveLink: "./profile-card-component-main/index.html",
codeLink: "https://github.com/PradipSable07/Frontend-Practice-Projects/tree/main/profile-card-component-main"
}
];