Skip to content

Commit

Permalink
wip: id as string argument
Browse files Browse the repository at this point in the history
  • Loading branch information
MonaBlanc committed Oct 6, 2024
1 parent a8b1c29 commit 06d1daa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions public/data/projects.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"id": 1,
"id": "1",
"name": "Chefbot",
"image": "ChefBotPlus.png",
"stack": ["React", "NodeJS", "API", "Express", "MongoDB"],
Expand All @@ -10,7 +10,7 @@
"year": "2022-2023"
},
{
"id": 2,
"id": "2",
"name": "Blackjack",
"image": "BlackjackSquare.png",
"stack": ["Python"],
Expand All @@ -20,7 +20,7 @@
"year": "2023"
},
{
"id": 3,
"id": "3",
"name": "Flashcards",
"image": "FlashCards.png",
"stack": ["Python", "Tkinter", "Pandas"],
Expand All @@ -31,7 +31,7 @@

},
{
"id": 4,
"id": "4",
"name": "GunplaEshop",
"image": "GunplaEshop.png",
"stack": ["React", "Tailwind CSS", "SpringBoot", "Java", "H2"],
Expand Down
8 changes: 4 additions & 4 deletions src/assets/data/projects.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"id": 1,
"id": "1",
"name": "Chefbot",
"image": "ChefBotPlus.png",
"stack": ["React", "NodeJS", "API", "Express", "MongoDB"],
Expand All @@ -10,7 +10,7 @@
"year": "2022-2023"
},
{
"id": 2,
"id": "2",
"name": "Blackjack",
"image": "BlackjackSquare.png",
"stack": ["Python"],
Expand All @@ -20,7 +20,7 @@
"year": "2023"
},
{
"id": 3,
"id": "3",
"name": "Flashcards",
"image": "FlashCards.png",
"stack": ["Python", "Tkinter", "Pandas"],
Expand All @@ -31,7 +31,7 @@

},
{
"id": 4,
"id": "4",
"name": "GunplaEshop",
"image": "GunplaEshop.png",
"stack": ["React", "Tailwind CSS", "SpringBoot", "Java", "H2"],
Expand Down

0 comments on commit 06d1daa

Please sign in to comment.