Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deriegle/babytracker-angular
- Owner: deriegle
- License: mit
- Created: 2018-01-06T04:36:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T23:41:14.000Z (almost 2 years ago)
- Last Synced: 2024-05-10T22:02:43.132Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 56.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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~~