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:
NillanHendrix
2026-04-14 07:10:40 +02:00
commit ce2d03f7d6
26 changed files with 4443 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
.app-main {
flex: 1;
display: flex;
flex-direction: column;
overflow-y: auto;
}