Add React component architecture and tutorial implementation

This commit is contained in:
2025-10-05 12:30:23 +02:00
parent 6cae3deb96
commit ef631d29b1
14 changed files with 1028 additions and 137 deletions

15
.kilocode/mcp.json Normal file
View File

@@ -0,0 +1,15 @@
{
"mcpServers": {
"git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"/home/sepehr/dev/reactjs/tuto1"
],
"alwaysAllow": [
"git_status"
]
}
}
}