/babytracker-angular

Angular 5 & Google Firestore application for tracking diaper changes, feeding times and amounts

Primary LanguageTypeScriptMIT LicenseMIT

BabyTracker-angular

Angular 5 & Google Firestore application for tracking diaper changes, feeding times and amounts

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Todo

  1. Remove Month from Baby Tracker homepage after deleting all feeding in that month
  2. When adding feeding, add it to the current Firestore document for that month if available
  3. Get checkboxes working on Update Feeding component
  4. Add easier delete buttons (currently you dblclick on time)
  5. Add user collection in Firestore with custom information included with UserID
  6. Get checkboxes working on Add-Feeding component
  7. Update functionality
  8. Authentication/Login & Register pages
  9. Show logged in user's feedings only