Skip to content

Inner-Glow/HackItUp

Repository files navigation

InnerGlow

Overview

InnerGlow is a mental health website designed to support users on their well-being journey. The platform offers a community space, self-care resources, and expert guidance to help individuals navigate their mental health challenges.

Features (Planned)

  • Personalized Support: Categorizing users into minor, medium, and high levels of mental health concerns.
    • Minor: Blog articles, community support, chatbot assistance.
    • Medium: Additional support features.
    • High: Direct contact with professionals.
  • Community & Resources: Engage with a supportive community through forums, articles, and guided exercises.
  • Self-Care Tools: Daily check-ins, relaxation techniques, and mental health tracking.
  • Accessibility: Designed with a modern, pastel UI/UX for a calming experience.

Tech Stack

  • Frontend: React.js / Next.js
  • Backend: Django / Node.js
  • Database: PostgreSQL / MongoDB
  • Authentication: Firebase / OAuth
  • APIs: Mental health insights, chatbot AI, and INCOIS API (if applicable for related features)

Development Status

  • Landing Page Completed
  • 🚧 Building Core Features
  • 🔜 Integrating Authentication & Database

Installation (For Developers)

# Clone the repository
git clone https://github.com/your-repo/InnerGlow.git

# Navigate to the project directory
cd InnerGlow

# Install dependencies (frontend & backend)
npm install   # For frontend
yarn install  # Alternative
pip install -r requirements.txt  # For backend (Django)

# Run the project
npm start  # Start frontend
python manage.py runserver  # Start backend

Contribution

We welcome contributions! If you want to improve the platform, please fork the repo, make changes, and submit a pull request.

License

MIT License

Contact

For any queries or suggestions, feel free to reach out!


🚀 Work in progress. Stay tuned for more updates!

Releases

No releases published

Packages

 
 
 

Contributors