https://github.com/fityannugroho/lister
Mobile app for management and sharing tasks✅
https://github.com/fityannugroho/lister
android firebase firestore java mobile-app task-manager
Last synced: about 2 months ago
JSON representation
Mobile app for management and sharing tasks✅
- Host: GitHub
- URL: https://github.com/fityannugroho/lister
- Owner: fityannugroho
- Created: 2022-01-01T07:20:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T10:49:06.000Z (over 3 years ago)
- Last Synced: 2025-04-05T15:14:18.095Z (about 1 year ago)
- Topics: android, firebase, firestore, java, mobile-app, task-manager
- Language: Java
- Homepage:
- Size: 686 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Lister**
Mobile app for management and sharing tasks.
This app is developed with programming language **Java** and using [**Firebase**](https://firebase.google.com/docs/android/setup#java) for data storage and authentication method.
## Features
- Create new account.
- Login with existing account.
- Change password if you forgot your password.
- Add, change, and delete your tasks.
- Share your task to another users.
- Modify the sharing access.
## Screenshoots











## Entity Relationship Diagram

## Contribution
Everybody can contribute to this project.
You may need to add this project to your own [Firebase project](https://firebase.google.com/docs/android/setup#create-firebase-project). You also need to [configure the Firestore](https://firebase.google.com/docs/firestore/quickstart#java) and creating new collections for `User`, `Task`, and `SharedTask` as shown in [ERD](README.md#entity-relationship-diagram).
After that, you need to [configure the Fireauth](https://firebase.google.com/docs/auth/android/password-auth#before_you_begin) in order to enable email-password based authentication.
## Disclaimer
This project was originally created for college assignment by me ([**@fityannugroho**](https://github.com/fityannugroho)) and [**@arisandyk**](https://github.com/arisandyk). This project is open-source and can be used for educational purposes.