A :baby: buddy to help caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
Baby Buddy is a caregiving app designed to help track and manage various aspects of a baby’s daily routine. It provides features such as sleep tracking, feeding tracking, diaper changes, tummy time, and more. By keeping records of these activities, caregivers can better understand and predict their baby’s needs. Baby Buddy is available in multiple languages and has a user-friendly interface for both desktop and mobile devices.
To install Baby Buddy, follow these steps:
python3 -m venv babybuddy-venv
.source babybuddy-venv/bin/activate
(for Linux) or .\babybuddy-venv\Scripts\activate
(for Windows).pip install -r requirements.txt
.python manage.py migrate
.python manage.py createsuperuser
.python manage.py runserver
.Baby Buddy is a comprehensive caregiving app that helps caregivers track and manage various aspects of their baby’s routine. With features like sleep tracking, feeding tracking, diaper changes, and tummy time scheduling, the app aims to provide caregivers with valuable insights into their baby’s needs. Baby Buddy is available in multiple languages and offers a user-friendly interface for desktop and mobile devices. It also provides documentation and a demo instance for users to explore the app’s capabilities.