We’re proud to be part of Hacktoberfest 2025, celebrating collaboration and innovation in open-source.
Whether this is your first contribution or your hundredth, you belong here.
Let’s make mental health support accessible, inclusive, and tech-powered. 💫
MInd_Care/
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable UI components
│ │ ├── chat/ # Chat-related components
│ │ ├── dashboard/ # Dashboard widgets
│ │ ├── layout/ # Layout components
│ │ ├── ui/ # shadcn/ui components
│ │ └── video/ # Video call components
│ ├── contexts/ # React contexts
│ ├── hooks/ # Custom React hooks
│ ├── lib/ # Utility libraries
│ ├── pages/ # Application pages
│ ├── styles/ # Global styles
│ └── types/ # TypeScript type definitions
├── tailwind.config.ts # Tailwind configuration
├── vite.config.ts # Vite configuration
└── package.json # Dependencies and scripts
| Category | Description |
|---|---|
| Dashboard Analytics | Visualize mood patterns and mental health progress |
| AI-Powered Chat | Smart support system using AI for real-time help |
| Video Consultations | Secure video therapy sessions |
| Resource Library | Curated educational content on mental health |
| Community Forum | Peer-to-peer discussions and group chats |
| Appointment Booking | Easy scheduling with healthcare professionals |
| Goal Tracking | Set and achieve your personal wellness goals |
| Mood Tracking | Daily mood logging with insights and analysis |
| Label | Description |
|---|---|
hacktoberfest |
Official Hacktoberfest-tagged issues |
good first issue |
Ideal for first-time contributors |
enhancement |
Suggest new features or improvements |
bug |
Fix broken or inconsistent behavior |
documentation |
Update or improve project docs |
ui/ux |
Visual or design-related enhancements |
- Add new mental health resources
- Improve accessibility (a11y)
- Add dashboard widgets
- Enhance AI chat responses
- Implement internationalization (i18n)
- Improve mobile responsiveness
- Add themes, tests, or animations
-
Fork this repository
Click the “Fork” button at the top-right of the page. -
Clone your fork
git clone https://github.com/your-username/your-repo.git cd your-repo `` -
Create a new branch
git checkout -b feature/your-feature-name
-
Make your changes
-
Commit and push
git add . git commit -m "Added: your change summary" git push origin feature/your-feature-name -
Create a Pull Request (PR) Submit your PR to the main branch and wait for review!
-
Testing
# Run tests bun test # or npm test
This project is licensed under the MIT License - feel free to use, modify, and share with proper attribution.
⭐By starring it on GitHub and contributing to its growth.
Open an Issue or reach out to the maintainers directly!
🙏 Acknowledgments
Thanks to every contributor working to make mental health support accessible through open-source innovation. Special appreciation for Hacktoberfest participants - your contributions truly make a difference.