updated projects
parent
019417fc9b
commit
390e679fb4
|
@ -8,28 +8,29 @@ import React from "react";
|
|||
const list = {
|
||||
german: [
|
||||
{
|
||||
name: "Privat",
|
||||
description: "Privates Projekt",
|
||||
language: "Go, Java",
|
||||
date: "09/2021 - jetzt",
|
||||
link: "https://git.krakatoa.umbach.dev/Alex/lawn-mower",
|
||||
name: "Rasenroboter",
|
||||
description: "Autonom fahrender Rasenroboter",
|
||||
language: "Go, Python, React, WebSocket, ZeroMQ",
|
||||
date: "02/2022 - jetzt",
|
||||
},
|
||||
{
|
||||
name: "Privat",
|
||||
description: "Privates Projekt",
|
||||
language: "ReactNative (Android & iOS)",
|
||||
date: "05/2021 - 08/2021",
|
||||
name: "Serverentwicklung",
|
||||
description: "Erweiterungen entwickelt für ein Spiel",
|
||||
language: "Go, Java, Redis, MongoDB",
|
||||
date: "09/2021 - 01/2022",
|
||||
},
|
||||
{
|
||||
name: "Privat",
|
||||
description: "Privates Projekt",
|
||||
language: "Go",
|
||||
name: "Mobile App",
|
||||
description: "Swipe-App ähnlich wie TikTok",
|
||||
language: "ReactNative (Android & iOS), Go, RabbitMQ",
|
||||
date: "05/2021 - 08/2021",
|
||||
},
|
||||
{
|
||||
link: "https://git.krakatoa.umbach.dev/Alex/my-website",
|
||||
name: "Persönliche Webseite",
|
||||
description: "Veranschaulichung von Informationen",
|
||||
language: "React.js, JavaScript, CSS, HTML",
|
||||
language: "React, JavaScript, CSS, HTML",
|
||||
date: "07/2021",
|
||||
},
|
||||
{
|
||||
|
@ -42,28 +43,29 @@ const list = {
|
|||
],
|
||||
english: [
|
||||
{
|
||||
name: "Private",
|
||||
description: "Private project",
|
||||
language: "Go, Java",
|
||||
date: "09/2021 - now",
|
||||
link: "https://git.krakatoa.umbach.dev/Alex/lawn-mower",
|
||||
name: "Lawn mower",
|
||||
description: "Autonomous driving lawn mower",
|
||||
language: "Go, Python, React, WebSocket, ZeroMQ",
|
||||
date: "02/2022 - now",
|
||||
},
|
||||
{
|
||||
name: "Private",
|
||||
description: "Private project",
|
||||
language: "ReactNative (Android & iOS)",
|
||||
date: "05/2021 - 08/2021",
|
||||
name: "Server development",
|
||||
description: "Extensions developed for a game",
|
||||
language: "Go, Java, Redis, MongoDB",
|
||||
date: "09/2021 - 01/2022",
|
||||
},
|
||||
{
|
||||
name: "Private",
|
||||
description: "Private project",
|
||||
language: "Go",
|
||||
name: "Mobile App",
|
||||
description: "Swipe app similar to tiktok",
|
||||
language: "ReactNative (Android & iOS), Go, RabbitMQ",
|
||||
date: "05/2021 - 08/2021",
|
||||
},
|
||||
{
|
||||
link: "https://git.krakatoa.umbach.dev/Alex/my-website",
|
||||
name: "This website",
|
||||
description: "Visualization of information",
|
||||
language: "React.js, JavaScript, CSS, HTML",
|
||||
language: "React, JavaScript, CSS, HTML",
|
||||
date: "07/2021",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue