https://github.com/noahweasley/tuneme-frontend
A fun social media app
https://github.com/noahweasley/tuneme-frontend
Last synced: about 2 months ago
JSON representation
A fun social media app
- Host: GitHub
- URL: https://github.com/noahweasley/tuneme-frontend
- Owner: noahweasley
- Created: 2021-06-17T20:11:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T20:21:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T20:33:59.324Z (3 months ago)
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TuneMe-frontend
## Project package details
* **custom**: contains custom widgets used in the project.
* **data**: contains all data classes used in the project.
* **database**: contains the app's database specific logic, both **_Room database_** and
**_Tune's external api backend_**.
* **follow**: contains the logic for _fetch and add_ followers.
* **intro**: contains the logic for the intro pages.
* **login**: everything on user authentication; _login_ and _registration_.
* **main**: contains the specific UI controllers / screens in which the user is likely to spend
most of their time on.
* **util**: contains program specific utility classes, methods, ...## Collaboration Rules
1. Method chaining are not allowed.
2. Chaining are allowed only if the builder pattern is involved.
3. Code formatting should follow the one that is set for this project.