Hackathon Project β Digital Psychological Intervention System
A platform to support college students with mental health resources, early intervention, and stigma-free access to help.
- π€ AI-Guided First-Aid Chatbot β interactive support with coping strategies
- π Confidential Booking System β schedule appointments with counsellors
- π§ Psychoeducational Resource Hub β videos, audios, and wellness guides in regional languages
- π¬ Peer Support Forum β anonymous, moderated student community
- π Admin Dashboard β analytics on mental health trends (bookings, posts, common issues)
- Frontend: React + Vite + TailwindCSS
- Database: Firebase Firestore
- Charts & Analytics: Recharts
- Hosting: (Netlify / Vercel / Firebase Hosting β to be deployed)
Clone the repo:
git clone https://github.com/Pubali07/mindcare-app.git
cd mindcare-app
npm install
npm run dev
π§ Firebase Setup
Go to Firebase Console
β Create project.
Enable Firestore Database.
Copy your Firebase config into src/firebase.js.
Thatβs it! Data (bookings, forum posts) will start saving automatically.
π― Demo Flow
Student chats with the AI bot β gets coping strategies.
Student checks Resource Hub β plays relaxation video.
Student books an appointment β stored in database.
Student posts anonymously in Forum β peers can see posts.
Admin views Dashboard β sees stats in charts.