Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikDuda authored and DominikDuda committed Mar 10, 2024
1 parent 9189c32 commit 9857af3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Binary file added public/todo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ import Contact from './components/Contact.vue';
import { ref } from 'vue';
const projects = ref([
{
headline: [
"Todo App",
"Todo App",
"Todo App"
],
description: [
"Dies ist eine einfache Todo App. Es ist möglich Todos zu erstellen, zu bearbeiten und zu löschen. Die App beinhaltet User-Authentifizierung und -Autorisierung.",
"This is a simple Todo App. It is possible to create, edit and delete todos. The app includes user authentication and authorization.",
"Tämä on yksinkertainen Todo-sovellus. On mahdollista luoda, muokata ja poistaa tehtäviä. Sovellus sisältää käyttäjän tunnistuksen ja valtuutuksen."
],
image: "todo.png",
tags: ["2024", "html", "css", "php", "mysql"],
github: "https://github.com/Flashrex/php-todolist",
live: ""
},
{
headline: [
"Bugtracker",
Expand Down Expand Up @@ -85,22 +101,6 @@ const projects = ref([
tags: ["2023", "html", "css", "typescript", "vueJS"],
github: "https://github.com/Flashrex/quiz-app",
live: ""
},
{
headline: [
"Tic Tac Toe",
"Tic Tac Toe",
"Tic Tac Toe"
],
description: [
"Dies ist meine erste React App. Es ist das Spiel Tic Tac Toe. Alle Schritte werden in einer Liste gespeichert und man kann beliebig hin und herspringen.",
"This is my first React App. It is the game Tic Tac Toe. All steps are saved in a list and you can jump back and forth as you like.",
"Tämä on ensimmäinen React-sovellukseni. Se on Tic Tac Toe -peli. Kaikki vaiheet tallennetaan luetteloon ja voit hypätä edestakaisin haluamallasi tavalla."
],
image: "myfirstapp.png",
tags: ["2022", "html", "css", "javascript", "react"],
github: "https://github.com/Flashrex/FirstReactApp",
live: ""
}
])
Expand Down

0 comments on commit 9857af3

Please sign in to comment.