A birthday wish app built in Kotlin lang and Java
Project utilizes:
- Hilt
- MVVM Architectural pattern
- Architecture Components
Please adhere to these rules if you're interested to contribute to this project
- fork the repo
- add the remote (original forked repo) and name it "upstream"
- fetch remote upstream
- rewrite the feature branch with upstream's feature using git rebase
- push your updates to origin feature. Note: you may need to force the push
- create new feature on the specific feature branch
- make pull request to feature branch
- fix all issues pointed out by code reviewers