Initial commit: React + Vite plant app with footer navigation
- Wiki page with 8 plant entries, search, and category/difficulty filters - Calendar page with monthly grid, task scheduling, and upcoming tasks - My Plants page with personal collection, health tracking, and add/edit/remove - Footer navigation with Wiki, Calendar, and My Plants tabs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": "0.0.1",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "plant-app (Vite dev)",
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["run", "dev"],
|
||||
"port": 5173
|
||||
},
|
||||
{
|
||||
"name": "plant-app (Vite preview)",
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["run", "preview"],
|
||||
"port": 4173
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user