Skip to content

JonMirzoDev/baby-care

Repository files navigation

Baby Care Management System

A modern web application built with Angular 17 and Supabase to help parents track their baby's daily activities and development.

Features

  • 🔐 User Authentication
  • 📊 Dashboard Overview
  • 📝 Activity Tracking:
    • Feeding
    • Sleep
    • Diapers
    • Growth
    • Milestones
  • 📈 Progress Charts
  • 📱 Responsive Design

Tech Stack

  • Frontend: Angular 17, TypeScript, SCSS
  • Backend: Supabase
  • UI Components: Angular Material
  • State Management: NgRx (planned)

Quick Start

  1. Clone & Install
git clone https://github.com/your-username/baby-care.git
cd baby-care
npm install
  1. Environment Setup
  • Copy src/environments/environment.example.ts to environment.ts
  • Update Supabase credentials in environment.ts
  1. Run Development Server
ng serve

Visit http://localhost:4200

Development Commands

ng serve        # Start dev server
ng build       # Build project
ng test        # Run unit tests

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published