A comprehensive educational web application focused on breast cancer awareness, early detection, and resources.
This application is for educational purposes only and is not intended to replace professional medical advice, diagnosis, or treatment. Always consult with qualified healthcare professionals for medical concerns.
├── backend/
│ ├── index.ts # Main Hono server
│ └── routes/
│ └── api.ts # API endpoints
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React app entry point
│ ├── components/
│ │ ├── App.tsx # Main app component
│ │ ├ ── SymptomChecker.tsx
│ │ ├── EducationSection.tsx
│ │ ├── SelfExamGuide.tsx
│ │ └── Resources.tsx
│ └── style.css # Custom styles
└── shared/
└── types.ts # Shared TypeScript types