Kitter is a social media app built using Android Studio, Kotlin, and Firebase.
- Post Creation: Users can create posts by uploading pictures along with text captions or text only.
- Messaging: Users can send messages to each other within the app.
- Notification: [Notifications feature is currently under development]
You can download the latest version of Kitter from the Releases page. Choose the app-release.apk
file from the latest release to install the app on your Android device.
Contributions are welcome! If you'd like to contribute to Kitter, please follow these steps:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/feature-name
). - Make your changes.
- Commit your changes (
git commit -am 'add new feature'
). - Push to the branch (
git push origin feature/feature-name
). - Create a new Pull Request.
This project is licensed under the MIT License.