aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-06 18:36:10 +0900
committernsfisis <nsfisis@gmail.com>2025-12-06 18:36:10 +0900
commita2569837aa07ef48f27884fc2869b5be47087a4e (patch)
tree5f2236441d751f6a3a7d0865c644e9a8c3259960 /package.json
parent3923eb2f86c304bbd90c4eae9a338f7bc21c9e90 (diff)
downloadkioku-a2569837aa07ef48f27884fc2869b5be47087a4e.tar.gz
kioku-a2569837aa07ef48f27884fc2869b5be47087a4e.tar.zst
kioku-a2569837aa07ef48f27884fc2869b5be47087a4e.zip
feat(client): implement Register page with form validation
Add functional registration form with: - Username and password fields with confirm password - Client-side validation (password match, minimum length) - Error display for API failures - Redirect to home when already authenticated - Loading state during submission 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3936102..b0f89a8 100644
--- a/package.json
+++ b/package.json
@@ -43,6 +43,7 @@
"@hono/cli": "^0.1.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
+ "@testing-library/user-event": "^14.6.1",
"@types/node": "^24.10.1",
"@types/pg": "^8.15.6",
"@types/react": "^19.2.7",