A modern, responsive web application for women's health management, built with React, Vite, and Tailwind CSS.
- Period Tracker: Track your cycle, monitor symptoms, and get accurate predictions.
- PCOS Management: Tools to help manage PCOS symptoms and track your treatment.
- Pregnancy Tracker: Follow your pregnancy journey week by week with helpful insights.
- Breast Cancer Awareness: Learn about self-examination, risk factors, and screening recommendations.
- Medical Records: Securely store and organize your medical history and documents.
- Consult a Doctor: Connect with healthcare providers specializing in women’s health.
- Personalized Reminders: Get reminders for self-exams, appointments, and more.
- Dark/Light Theme: Seamless theme switching for comfortable viewing.
# Clone the repository
https://github.com/your-username/medico-web.git
cd medico-web
# Install dependencies
npm install
# or
yarn installnpm run dev
# or
yarn devThe app will be available at http://localhost:5173
npm run build
# or
yarn buildnpm run lintmedico-web/
├── public/ # Static assets
├── src/
│ ├── assets/ # Images and SVGs
│ ├── components/ # Reusable UI components
│ ├── context/ # Theme and global context
│ ├── pages/ # App pages (Period Tracker, Profile, etc.)
│ ├── styles/ # Custom CSS (e.g., Calendar)
│ ├── types/ # TypeScript types
│ └── main.jsx # App entry point
├── package.json
├── tailwind.config.js
├── vite.config.js
└── README.md
- React (with hooks)
- Vite (blazing fast dev/build)
- Tailwind CSS (utility-first styling)
- React Router (routing)
- Chart.js & Recharts (data visualization)
- Lucide React & React Icons (icons)
Contributions are welcome! Please open an issue or submit a pull request.
|
Acroop |
Soumili Saha |
Soumyajit Pramanik |
TheRGuy9201 |
This project is licensed under the MIT License.
Made with ❤️ for women's health and wellness.