Math practice app with chat interface
Masterbranch has the updated stable code. (Production ready).Developbranch has the staging / working code.- feature branches have a prefix
feature/<feature_name>. Eg:feature/text_to_speech
- Create a new branch from
Develop. - Name the branch
feature/<feature_name> - After feature is completed and tested, pull requests are given to
Developbranch.