https://github.com/anbraten/ourhome
https://github.com/anbraten/ourhome
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anbraten/ourhome
- Owner: anbraten
- Created: 2023-09-13T10:24:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T09:08:02.000Z (about 1 year ago)
- Last Synced: 2024-08-08T09:38:12.189Z (about 1 year ago)
- Language: Dart
- Size: 396 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ourhome
Manage your WG with this app.
## Features
- [ ] expenses
- [ ] tasks (cleaning)
- [ ] shopping list
- [ ] pinboard## TODO
- [x] login
- [x] check login status and redirect accordingly
- [x] register new user
- [ ] don't block for initial api load?
- [ ] create home
- [ ] invite user to home
- [x] pinboard
- [x] create post
- [ ] delete post
- [ ] add post types
- [ ] expense
- [ ] task
- [ ] expenses## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.