Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Nov 28, 2023
1 parent 465ebad commit 3666873
Show file tree
Hide file tree
Showing 6 changed files with 36,182 additions and 73 deletions.
144 changes: 72 additions & 72 deletions assets/index-KL9t2gMp.js → assets/index-12bmXXmU.js

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions company.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"company": "TechCorp",
"yearFounded": 2000,
"founders": ["Alice", "Bob"],
"headquarters": {
"city": "Silicon Valley",
"country": "USA"
},
"departments": [
{
"name": "Research",
"employees": [
{
"name": "Charlie",
"position": "Research Scientist"
},
{
"name": "Diana",
"position": "Research Analyst"
}
]
},
{
"name": "Development",
"employees": [
{
"name": "Eva",
"position": "Software Engineer"
},
{
"name": "Frank",
"position": "UI/UX Designer"
}
]
},
{
"name": "Marketing",
"employees": [
{
"name": "Grace",
"position": "Marketing Manager"
},
{
"name": "Harry",
"position": "Social Media Specialist"
}
]
}
],
"projects": [
{
"title": "Project A",
"team": ["Alice", "Charlie", "Eva"],
"progress": 75
},
{
"title": "Project B",
"team": ["Bob", "Diana", "Frank"],
"progress": 60
},
{
"title": "Project C",
"team": ["Charlie", "Eva", "Grace"],
"progress": 90
}
]
}
11 changes: 11 additions & 0 deletions deduplication.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
[
{ "a": [1.1], "b": [1.2], "c": [1.3] },
{ "a": [1.4], "b": [1.5], "c": [1.6] },
{ "a": [1.7], "b": [1.8], "c": [1.9] }
], [
{ "a": [2.1], "b": [2.2], "c": [2.3] },
{ "a": [2.4], "b": [2.5], "c": [2.6] },
{ "a": [2.7], "b": [2.8], "c": [2.9] }
]
]
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/json-to-table/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JSON to Table</title>
<script type="module" crossorigin src="/json-to-table/assets/index-KL9t2gMp.js"></script>
<script type="module" crossorigin src="/json-to-table/assets/index-12bmXXmU.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit 3666873

Please sign in to comment.