-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.ts
61 lines (57 loc) · 2.63 KB
/
data.ts
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
const skillsData = [
"HTML",
"CSS",
"JavaScript",
"TypeScript",
"Next.js",
"React",
"Tailwind CSS",
"Python",
"Fast API",
"Node.js",
"PostgreSQL",
"Drizzle ORM",
"SQLModel",
"Stripe",
"Sanity",
"Poetry",
"Kinde Auth",
"Shadcn UI",
"Daisy UI",
"Zod"
]
export default skillsData;
export const websiteDetails = [
{
imageUrl:"/images/blogWebsite.png" ,
title:"Blog Website",
technologiesUsed:["Next.js" ,"TypeScript","Tailwind Css","Sanity CMS","Kinde Auth"],
githubUrl:"https://github.com/syedshahmirsultan/CodersCave-Internship-task1-Blog-Website",
demoUrl: "https://shahmir-blog-website.vercel.app/",
description:" This is a simple blog website where users can read articles on AI ,Agriculture and Health Care . There is also search tab and user login and sign up functionality on the website"
},
{
imageUrl:"/images/ecommerceWebsite.png" ,
title:"Ecommerce Website",
technologiesUsed:["Next.js" ,"TypeScript","Tailwind Css","Kinde Auth","Postgresql","Drizzle ORM","Sanity CMS","Stripe","Zod"],
githubUrl:"https://github.com/syedshahmirsultan/Full-Stack-Ecommerce-Website",
demoUrl: "https://shahmir-full-stack-ecommerce-website.vercel.app/",
description:"This is a full-stack e-commerce website. Users can browse through available products, add them to their shopping carts, adjust product quantities, and seamlessly proceed to checkout. Payment processing is handled securely through Stripe."
},
{
imageUrl:"/images/liveInPakistan.png" ,
title:"Live In Pakistan Website",
technologiesUsed:["Next.js" ,"TypeScript","Tailwind Css"],
githubUrl:"https://github.com/syedshahmirsultan/Website",
demoUrl: "https://www.liveinpakistan.online/",
description:"This website provides comprehensive information on Pakistan's tourist attractions, top universities, rich history, advancements in science and technology, and much more."
},
{
imageUrl:"/images/onlineMarketplace.png" ,
title:"Online Marketplace Website",
technologiesUsed:["Next.js" ,"TypeScript","Tailwind Css","Kinde Auth","Postgresql","Drizzle ORM","Sanity CMS","Stripe","Zod"],
githubUrl:"https://github.com/syedshahmirsultan/Full-Stack-Online-Marketplace",
demoUrl: "https://shahmir-full-stack-online-marketplace.vercel.app/",
description:"This is a full-stack online marketplace website. Users can browse through available products, add them to their shopping carts, adjust product quantities, and seamlessly proceed to checkout. Payment processing is handled securely through Stripe."
}
]