Quick Chat is an android application that provides users quick messaging platform for communication.
Simple and clean UI of the applicaion makes it easy to use for everyone! Try it with your community!
- User can register account with email and username
- User can search other users on the app
- User can upload profile picture which will be visible to other users
- User can communicate with text messages and can use emojis also.
- User can restore password with provided email id.
- User can use this application in dark theme with default android settings.
- Android
- Java
- Firebase Realtime Database
- Android Version 5.0 and above
- CompileSdkVersion 30
- MinSdkVersion 21
- Androidx
To setup the project locally please follow the instructions:
To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.
Once the project is cloned/opened create a new branch and checkout in it where you can make the changes in the code.
git branch new-branch
git checkout new-branch
git add .
or git add -A
git commit -m <Your-commit-message>
git push --set-upstream origin new-branch
You’ll have to specify a new remote upstream repository for us to sync with the fork. This will be the original repository that you forked from. you’ll have to do this with the git remote add command.
git remote add upstream https://github.com/aadityamp01/Quick-Chat.git
Navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.
If you face any issue, feel free to contact me: @ [ampicopn@gmail.com]