Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.31 KB

WisherBirthdayWishApp

A birthday wish app built in Kotlin lang and Java


Project utilizes:

  1. Hilt
  2. MVVM Architectural pattern
  3. Architecture Components

📸 Screenshots


Contribrution Rules

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

Thank you.