A modern web application built with Angular 17 and Supabase to help parents track their baby's daily activities and development.
- 🔐 User Authentication
- 📊 Dashboard Overview
- 📝 Activity Tracking:
- Feeding
- Sleep
- Diapers
- Growth
- Milestones
- 📈 Progress Charts
- 📱 Responsive Design
- Frontend: Angular 17, TypeScript, SCSS
- Backend: Supabase
- UI Components: Angular Material
- State Management: NgRx (planned)
- Clone & Install
git clone https://github.com/your-username/baby-care.git
cd baby-care
npm install
- Environment Setup
- Copy
src/environments/environment.example.ts
toenvironment.ts
- Update Supabase credentials in
environment.ts
- Run Development Server
ng serve
Visit http://localhost:4200
ng serve # Start dev server
ng build # Build project
ng test # Run unit tests
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.