This project is a Mental Health Companion App built using React and Vite. The app provides users with mental health resources, journaling features, mood tracking, and access to a supportive community. It was developed within 24 hours during a hackathon.
- User Registration and Authentication: Secure user registration and login system to access personalized features.
- Mood Tracking: Users can enter their daily mood and track trends over time.
- Mental Health Resources: Access to articles and videos tailored to the user's needs.
- Responsive Design: Fully responsive design to ensure accessibility across devices.
- ChatBot: Deployed a chat bot for the website from where the user can access resources.
To get a local copy up and running follow these simple example steps.
- Clone the Project
https://github.com/adityab894/Happyfy.git
cd mental-health-companion-app- Install NPM packages
npm i
or
yarn i- Start the app in development mode
npm run dev
or
yarn dev- Running the App Start the development server:
Open your browser and navigate to http://localhost:3000.