Behavior & Fitness Intelligence System
A web-based tool that analyzes your daily habits—sleep, screen time, exercise, mood, and diet—to give you personalized health insights and recommendations.
Navigate to the MindFitLoop folder:
cd c:\Users\MindFitLoop
Run this command to start a web server:
python -m http.server 8000
You should see:
Serving HTTP on :: port 8000 (http://[::]:8000/) ...
Open your web browser and go to:
http://localhost:8000/app.html
-
Enter your daily habits – Fill in sleep hours, screen time, exercise, mood, and food type
-
Click "Generate Intelligence Report" – Get instant health insights
-
View your results:
- Health Score (0–100)
- Risk Level (Low / Medium / High)
- Habit Loop detection (are you stuck in a bad pattern?)
- Future predictions based on your habits
- Smart suggestions to improve
- Personalized routine plan
-
Navigate the site:
- Click
Aboutto learn more - Click
Featuresto see what's included - Click
Impactto see UN Sustainable Development Goals - Click
Contactfor feedback
- Click
First-time? Start at:
http://localhost:8000/index.html
Test credentials:
- Email: any valid email (e.g.,
test@example.com) - Password: at least 6 characters
Or click Continue as Guest
Press Ctrl+C in the terminal to stop the server.
index.html– Login pageapp.html– Main dashboard & analysis toolstyle.css– Dashboard stylinglogin.css– Login page stylingscript.js– Dashboard logiclogin.js– Login page logic
- Allow 2–3 seconds before clicking anything on first load (splash screen)
- Use
Guestmode to skip login - Your analysis runs completely in the browser—no data is saved
Enjoy exploring your health patterns! 🌟