dwysokinski.me/src/features/IndexPage/components/Portfolio/projects.js

65 lines
1.5 KiB
JavaScript
Raw Normal View History

2021-06-23 07:57:47 +00:00
const projects = [
{
title: 'TWHelp',
description: 'Various tools for the browser-based game Tribal Wars.',
2021-06-23 07:57:47 +00:00
technologies: [
2022-11-01 07:35:02 +00:00
'Go',
'go-chi',
'DiscordGo',
2021-06-23 07:57:47 +00:00
'React',
2022-11-01 07:35:02 +00:00
'Next.js',
'PostgreSQL',
'RabbitMQ',
2021-06-23 07:57:47 +00:00
'Docker',
2022-11-01 07:35:02 +00:00
'Kubernetes',
'Terraform',
'Ansible',
'OpenTelemetry',
2021-06-23 07:57:47 +00:00
'Traefik',
],
git: 'https://gitea.dwysokinski.me/twhelp',
2022-11-01 07:35:02 +00:00
live: 'https://tribalwarshelp.com/api/v1/swagger/index.html',
2021-06-23 07:57:47 +00:00
fluid: 'projects/twhelp.png',
},
{
title: 'Zdam Egzamin Zawodowy',
description:
'Mobile & web app for practising the theoretical part of the vocational exam.',
2021-06-23 07:57:47 +00:00
technologies: [
2022-11-01 07:35:02 +00:00
'Go',
2021-06-23 07:57:47 +00:00
'GraphQL',
'gqlgen',
2021-10-18 05:58:05 +00:00
'go-chi',
2021-06-23 07:57:47 +00:00
'PostgreSQL',
'TypeScript',
'React',
'React Native',
2022-11-01 07:35:02 +00:00
'Next.js',
2021-06-23 07:57:47 +00:00
'Create React App',
'Traefik',
2022-11-01 07:35:02 +00:00
'Docker',
'Ansible',
2021-06-23 07:57:47 +00:00
],
fluid: 'projects/zdam.png',
live: 'https://zdamegzaminzawodowy.pl/',
git: 'https://github.com/zdam-egzamin-zawodowy',
2021-06-23 07:57:47 +00:00
},
{
title: 'dwysokinski.me',
description: '',
technologies: ['React', 'Gatsby', 'Material-UI'],
git: 'https://gitea.dwysokinski.me/Kichiyaki/dwysokinski.me',
2021-06-23 07:57:47 +00:00
live: 'https://dwysokinski.me',
fluid: 'projects/dw.png',
},
{
title: 'Freshline',
description: '',
technologies: ['Wordpress', 'CSS', 'Bootstrap'],
live: 'http://fresh-line.pl/',
fluid: 'projects/freshline.png',
},
];
export default projects;