Skip to content

MindTrack is a personal wellness app to track daily habits, moods, and progress. Built with FastAPI (backend) and Streamlit (frontend), it provides analytics, streak tracking, habit suggestions, motivation, and CSV download to help users stay consistent and improve mental wellness.

Notifications You must be signed in to change notification settings

Manishdatasci/MindTrack_Web_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

MindTrack – Personal Wellness & Habit Tracker

MindTrack helps you track daily habits, moods, and progress. It uses a Streamlit frontend that communicates with a FastAPI backend. Data is stored locally in CSV format.

Features

  • Daily habit check-in (Water, Exercise, Meditation, Reading, Journaling)

  • Mood tracking (Happy, Neutral, Sad)

  • Habit completion analytics (bar chart, line chart)

  • Calendar heatmap for streaks

  • AI-based habit suggestions

  • Download progress as CSV

  • Motivational messages

  • First Start FastAPI Server

  • uvicorn main:app --reload

Project Structure

MindTrack/ ├── main.py # Streamlit frontend
├── app.py # FastAPI backend
├── data/ # CSV storage
│ └── user_data.csv
├── requirements.txt
└── README.md

About

MindTrack is a personal wellness app to track daily habits, moods, and progress. Built with FastAPI (backend) and Streamlit (frontend), it provides analytics, streak tracking, habit suggestions, motivation, and CSV download to help users stay consistent and improve mental wellness.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages