Skip to content

Mind_Care is an open-source mental health and wellness platform that helps users track their well-being, access self-help resources, and engage with supportive tools.

License

Notifications You must be signed in to change notification settings

Kaleshi26/Mind_Care

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Mental Health Support Platform


Tech Stack


About MindCare

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. 💫


Project Structure

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

Core Features

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

Issue Labels

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

Contribution Ideas

  • 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

How to Contribute

  1. Fork this repository
    Click the “Fork” button at the top-right of the page.

  2. Clone your fork

    git clone https://github.com/your-username/your-repo.git
    cd your-repo
    ``
    
  3. Create a new branch

git checkout -b feature/your-feature-name
  1. Make your changes

  2. Commit and push

    git add .
    git commit -m "Added: your change summary"
    git push origin feature/your-feature-name
    
  3. Create a Pull Request (PR) Submit your PR to the main branch and wait for review!

  4. Testing

    # Run tests
    bun test
    # or
    npm test
    


📜 License

This project is licensed under the MIT License - feel free to use, modify, and share with proper attribution.


🤝 Support

⭐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.

Footer Banner

🌼 “Together, we can make mental health support accessible to everyone!” 🌼

Made with ❤️ by Abhishek and fellow contributors of the Mind_Care community.

About

Mind_Care is an open-source mental health and wellness platform that helps users track their well-being, access self-help resources, and engage with supportive tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • CSS 1.4%
  • Other 0.3%