A simple, beautiful GitHub Pages website to share pregnancy status updates with family and friends.
- Edit
status.jsonfile - Change
currentStatusto:1= Nothing new2= In Labor3= In the delivery room4= Gave birth
- Update
lastUpdatedtimestamp - Commit changes
- Status 1: Nothing new - All is well! 😊
- Status 2: In Labor - It's starting! 🤱
- Status 3: In the delivery room - Almost there! 👶
- Status 4: Gave birth - Welcome to the world! 🎉
- Create a new public repository on GitHub
- Upload all files to the repository
- Go to Settings → Pages
- Set source to "Deploy from a branch"
- Select "main" branch and "/ (root)" folder
- Your site will be available at:
https://yourusername.github.io/repository-name/
To test locally:
python3 -m http.server 8000Then visit: http://localhost:8000
- ✅ Responsive design (mobile-friendly)
- ✅ Baby boy theme with soft blues
- ✅ Progress bar visualization
- ✅ Celebration animation for birth
- ✅ Auto-refresh every 30 seconds
- ✅ Pull-to-refresh on mobile
- ✅ Easy JSON-based updates
pregnancy-status/
├── index.html # Main page
├── styles.css # Baby boy styling
├── script.js # Status management
├── status.json # Current status (edit this!)
└── README.md # This file
Made with 💙 for family and friends