Skip to content

Commit 9e350e3

Browse files
committed
instaxchange project
1 parent 272ff61 commit 9e350e3

File tree

6 files changed

+29
-0
lines changed

6 files changed

+29
-0
lines changed
14.1 KB
Loading
214 KB
Loading
198 KB
Loading
113 KB
Loading

src/components/Experience.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@ import acertip from '../../public/images/experience/acertip.jpg';
22
import acterio from '../../public/images/experience/acterio.jpg';
33
import aplinkos_ministerija from '../../public/images/experience/aplinkos_ministerija.jpg';
44
import elnis from '../../public/images/experience/elnis.jpg';
5+
import instaxchnage from '../../public/images/experience/instaxchange.jpg';
56
import ExperienceWrapper from './ExperienceWrapper';
67

78
const Experience = () => {
89
return (
910
<div id="experience">
11+
<ExperienceWrapper
12+
imageSrc={instaxchnage}
13+
title="InstaXchange"
14+
link="https://www.instaxchange.com/"
15+
role="Front-end Developer"
16+
date="2025 March - present"
17+
description="As a Front-End Developer at InstaxChange, I work on building the crypto exchange platform from the ground up. I implement REST API integrations, develop forms, and create custom hooks to enhance functionality. By following Figma designs and collaborating closely with the team, I ensure the platform aligns with UX/UI best practices, delivering an intuitive and visually cohesive user experience."
18+
/>
1019
<ExperienceWrapper
1120
imageSrc={acertip}
1221
title="Acertip"

src/components/Projects.tsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ import ProjectWrapper from './ProjectWrapper';
33
const Projects: any = () => {
44
return (
55
<div id="projects">
6+
<ProjectWrapper
7+
title="InstaXchange"
8+
gallerySrc="instaxchange"
9+
imageCount={3}
10+
link="https://www.instaxchange.com/"
11+
description="InstaXchange is a crypto exchange platform that allows users to buy and sell cryptocurrencies. It offers a wide range of cryptocurrencies to choose from, and the platform is designed to be user-friendly and easy to use. "
12+
tags={[
13+
'TypeScript',
14+
'React',
15+
'Next.js',
16+
'Swagger',
17+
'RestAPI',
18+
'TanStack Query',
19+
'React Hook Form',
20+
'Zod',
21+
'Shadcn',
22+
'Tailwind',
23+
'Figma',
24+
]}
25+
/>
626
<ProjectWrapper
727
title="Acertip"
828
gallerySrc="acertip"

0 commit comments

Comments
 (0)