Skip to content

A tracking app used to track BMs for health reasons.

Notifications You must be signed in to change notification settings

MatheusChampion/logger

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“Š A BM Tracking App for Health Monitoring! ๐Ÿš€

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.

Install backend and frontend dependancies:

cd frontend
npm install
cd ..
cd backend
npm install

To run the app for development:

cd backend
npm run dev

Enviroment Variables:

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 

Database:

Sample data is provided in the sampledata folder. These can be uploaded to Mongo as starter information for the database.

Example:

A preview version:

A running preview version of the app is available at: poop-logger.onrender.com

About

A tracking app used to track BMs for health reasons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.6%
  • SCSS 11.0%
  • CSS 9.1%
  • Other 0.3%