Angular 5 & Google Firestore application for tracking diaper changes, feeding times and amounts
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.
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.
- Remove Month from Baby Tracker homepage after deleting all feeding in that month
- When adding feeding, add it to the current Firestore document for that month if available
- Get checkboxes working on Update Feeding component
- Add easier delete buttons (currently you dblclick on time)
- Add user collection in Firestore with custom information included with UserID
Get checkboxes working on Add-Feeding componentUpdate functionalityAuthentication/Login & Register pagesShow logged in user's feedings only