Add vertical bar chart UI with Hono mock server

This commit is contained in:
2026-06-22 18:50:24 +05:30
parent 335cdfdea8
commit 0d8dbf1368
5 changed files with 186 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "mispair-demo",
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"hono": "^4.6.0",
"@hono/node-server": "^1.13.0"
}
}