Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deriegle/babytracker-angular

Angular 5 & Google Firestore application for tracking diaper changes, feeding times and amounts
https://github.com/deriegle/babytracker-angular

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
5. ~~Get checkboxes working on Add-Feeding component~~
6. ~~Update functionality~~
7. ~~Authentication/Login & Register pages~~
8. ~~Show logged in user's feedings only~~