A mental health quiz app that helps users track their moods using standardized screening tests. Mental Health Check tests users with multiple quiz options to help users understand and identify their feelings. The app is a Progressive Web Application including the ability to take and save quiz results offline. The application uses a React.js front-end with MongoDB and Express.js running the back-end and Node.js as the package manager.
Mental Health Check is a quiz app that helps users identify their feelings and directs them to helpful resources.
- Create an account to take your quiz today
- Science-backed questions create an approachable app to help identify your feelings and direct you to useful resources
- View previous quiz results by logging in
Please install Node.js and MongoDB prior to installing the application.
Use the .env.example file to ensure proper database setup. Replace the environment variables with your MongoDB connection string.
npm install
npm run develop