-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.ts
28 lines (27 loc) · 1.07 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
import portfiopic from "./public/portfoliopic.png"
import dmwspic from "./public/dmws.png"
export const projectData = [
{
title: "Portfolio",
desc: "This is my personal portfolio that you currenly on.I have build this to show case my works, work experience and contact details.",
img: portfiopic,
techUsed: ["Next Js", "TailwindCSS", "Recoil"],
link: "https://github.com/kamalchakma1/portfolio",
},
{
title: "Dhamma Metta Welfare Society",
desc: "A simple website for an NGO to showcase their works.I built it as well as I am responsible to maintain it.",
img: dmwspic,
techUsed: ["React", "TailwindCSS"],
link: "https://dmws.vercel.app",
},
];
export const experienceData = [
{
role: "Software Engineer",
company: "Access Automation Pvt.Ltd",
period: "Feb 2023 - Sept 2024",
loaction: "Bengaluru, India",
desc: "Build full stack application from scratch and maintain applications with latest technology such as React, Next.Js, Node.JS and MySQL.Developed AI tools that help team to increase their productivity. ",
}
];