Skip to content

Application named MindWaves built for CodeToWin hackathon organized by ServiceNow. Our team received 2nd position in the hackathon.

Notifications You must be signed in to change notification settings

kashishahuja2002/Mind-Waves-ServiceNow-Code-To-Win

Repository files navigation

Mind Waves - Future of Workplace

Submission for CodeToWin hackathon by ServiceNow

Mind Waves Logo

Overview

The Mind Waves project aims to keep a check and improve employees’ Mental Health and overall well-being. The core idea behind creating a mental health application for the workplace is to address the growing concerns around stress, anxiety, and mental health in the modern workplace.

A deployed version can be checked here: mindwaves.live

Demo Video

Explore Mind Waves with this product tour video.

MindWaves.product.tour.mp4

Features

  1. Track Your Goals
  2. Employee Assistance Program (EAP)
  3. Mental Health Questionnaire
  4. Engaging Activities
  5. Daily Self-care
  6. View Achievements
  7. Leaderboard
  8. Educational Resources

Other Features

  1. Google Authentication
  2. Great UI/UX
  3. Completely responsive front end
  4. Real-time updates
  5. Data storage and retrieval
  6. Deployed product

Tech Stack and Softwares used

  • Frontend: HTML5, CSS3, JavaScript, MaterialUI, React.js, Redux
  • Backend: Node.js
  • Database: MongoDB Atlas
  • IDE: Visual Studio Code
  • Version Control: Git
  • Deployment: AWS

Third-Party Integration Requirements

  • Google Fit
  • Calendly
  • Google Authentication

Deployment

For Deployment, We have used AWS as a platform.

A deployed version can be checked here: mindwaves.live

Installation/Environment Setup

  1. Clone this repository in your local system.
  • Open terminal in a new folder and enter the command given below.
    git clone https://github.com/kashishahuja2002/ServiceNow-Code-To-Win.git
    
  1. Make sure that Node is installed and updated in your machine.

  2. Install dependencies.

  • Open terminal in the cloned folder and enter the commands given below.
    npm install
    cd .\backend\
    npm install
    cd ..
    
  1. Create build
  • While you are still inside the cloned folder, write the following command in terminal to create build.
    npm run build
    
  1. Run the project.
  • Inside the cloned folder, write the following command in terminal to run the application locally.
    cd .\backend\
    npm start
    
  1. If everything is done in order, the application will be running at "http://127.0.0.1:8000" or your localhost "http://localhost:8000/".

Future Scope

  • Admin panel: Create an Admin panel to onboard employees and consultants & set goals for the organization.

  • Custom reminders: Add feature for users to set custom reminders for breaks and daily activities.

  • Monthly Stats: Show stats for previous months as well.

  • Mobile Application: Develop a mobile application for the product.

Documentation

A complete project report for the system with use case diagram, web flow, relational diagram, etc can be found here: MindWaves | Project Report.

A presentation for the project can be found here: MindWaves | Presentation.


Thank you for such a wonderful hackathon ❤️

About

Application named MindWaves built for CodeToWin hackathon organized by ServiceNow. Our team received 2nd position in the hackathon.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published