The frontend code for stress detector app
The Stress Detector App is a mobile application designed to predict users' stress levels based on their data. This app allows users to share static data, including sleep hours, step counts, and social media usage. Additionally, users can actively participate in daily check-ins using text, audio, and video features. It also provides data visualization, giving users insights to manage their stress levels.
The primary goal of this application is to cater to the well-being of college students. By leveraging predictive algorithms and user-contributed data, the Stress Detector App aims to assist college students in managing stress and achieving successful graduation without experiencing mental breakdowns.
- Xcode v14^
- iOS Simulator
- CocoaPods
- Ruby v3.2.2
# Install packages
npm install
# Navigate to the iOS directory
cd ios
# set correct ruby version
chruby 3.2.2
# Install dependencies in the iOS project
pod install
# Return to the root directory
cd ../
# Run the project with the iOS simulator
npm run ios
Contributions to the React Native Stress Detector App are welcome. If you find any issues or have suggestions for improvement, feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.