https://github.com/whis99/moodyapp
A mood tracker mobile app using flutter and firebase.
https://github.com/whis99/moodyapp
firebase firebase-auth firestore flutter mood moody
Last synced: 7 months ago
JSON representation
A mood tracker mobile app using flutter and firebase.
- Host: GitHub
- URL: https://github.com/whis99/moodyapp
- Owner: Whis99
- Created: 2024-03-07T04:12:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-31T03:38:52.000Z (about 1 year ago)
- Last Synced: 2025-01-13T04:42:46.062Z (9 months ago)
- Topics: firebase, firebase-auth, firestore, flutter, mood, moody
- Language: Dart
- Homepage:
- Size: 12.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moody
**Moddy** is a mood tracker mobile app that allows you to set your actual mood and to see the mood of the people you decides to foolow on the app. The people who follows you can also see your actual mood.
## User Stories
The following functionality is completed:
- [x] User can sign in and sign up.
- [x] User is able to set his actuel mood.
- [x] User can see his mood displaying on the home screen.
- [x] List of followed users is displayed on the home screen.
- [x] THe search screen allows user to see and search for a user.
- [x] The setting screen allows user to log out
- [x] User can follow another user## Demo
Here's a demo of implemented user stories:
![]()
## Open-source ressources used
- [Flutter](https://flutter.dev/)
- [Dart](https://dart.dev/)
- [Firebase](https://firebase.google.com/)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.