BabyCare is a conversational AI assistant app built with React Native and Expo, designed to support new parents through daily baby care routines. Featuring voice input/output, AI-powered suggestions, and a clean, responsive interface, the app helps simplify life during early parenthood.
-
💬 Conversational AI Assistant
- Chat-style interface with voice interaction
- Static avatar representation of the AI guide
- API integration with AI models (e.g. OpenAI)
-
🍼 Personalized Onboarding
- Setup flow for parent and baby profiles
- Configurable preferences for routines and notifications
-
🎙️ Voice Functionality
- Speech-to-text input for hands-free interaction
- Text-to-speech output for conversational responses
-
🌙 Modular & Intelligent Dashboards
- Daily care logs: feeding, sleep, mood, health
- Smart suggestions: meal plans, nap schedules, wellness checks
- Routine tracking and helpful tips
-
✨ Smooth & Soothing UI/UX
- Soft animated transitions for stress-free navigation
- Clean layout optimized for one-handed use
- Accessibility-first design for tired parents
-
📲 Local Features
- Push notifications for reminders and logs
- Handles permissions gracefully
- Local storage for offline-first experience
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
When you're ready, run:
npm run reset-projectThis command will move the starter code to the app-example directory and create a blank app directory where you can start developing.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.