-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojectData.js
34 lines (34 loc) · 971 Bytes
/
projectData.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
export const data = [
{
id: 1,
name: "Krisihin Furniture",
img: "/images/Krishin-Furniture.png",
stack: ["ReactJS, Nextjs", "ChakraUI", "TailwindCss"],
githubLink: "",
liveLink: "https://krishin-furniture.netlify.app/",
},
{
id: 2,
name: "Freelancing Website",
img: "/images/igrmaha.PNG",
stack: ["Reactjs", "MaterialUI", "EmailJs"],
githubLink: "",
liveLink: "https://igrmaha.netlify.app/",
},
{
id: 3,
name: "Inteior Design Landing Page",
img: "/images/design-website.png",
stack: ["Nextjs", "TailwindCss"],
githubLink: "https://github.com/Dhruv-Gajjar/design-website",
liveLink: "https://design-one.vercel.app/",
},
{
id: 4,
name: "Nike Landing Page",
img: "/images/Nike-Landing-Page.png",
stack: ["HTML", "CSS", "JavaScript"],
githubLink: "https://github.com/Dhruv-Gajjar/Nike-landing-page",
liveLink: "https://nike-landing-page-seven.vercel.app/",
},
];