This project is a health-focused tracking app designed to help users monitor their bowel movements (BMs) for better health insights. Proper tracking can be an important indicator of overall digestive health, and this app makes it easy and intuitive to log and analyze trends.
Key Features:
โ๏ธ Easy Logging โ Users can quickly record BMs, including details like time, consistency, and any symptoms.
โ๏ธ Health Insights โ Tracks patterns over time to help users understand their digestive health.
โ๏ธ Data Visualization โ Displays trends and changes in a user-friendly way to support better health decisions.
This project was a great opportunity to explore health tech, data tracking, and user-friendly app design. It reinforced my skills in frontend/backend communication, data handling, and UI/UX principles.
cd frontend
npm install
cd ..
cd backend
npm install
cd backend
npm run dev
In the backend directory, create a .env file with values for the following variables:
MONGO_DB
PORT
In the frontend directory, create a .env file with a value for
REACT_APP_API_URL
Sample data is provided in the sampledata folder. These can be uploaded to Mongo as starter information for the database.
A preview version:
A running preview version of the app is available at: poop-logger.onrender.com






